git_cheat_sheet
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git_cheat_sheet [2024/04/18 00:00] – [Import from SVN] stephen | git_cheat_sheet [2024/06/17 09:49] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 66: | Line 66: | ||
fa = fetch -a | fa = fetch -a | ||
tf = !git reset && git checkout -- . && git clean -df | tf = !git reset && git checkout -- . && git clean -df | ||
+ | as = !git add . && git stash | ||
+ | pr = !git stash pop && git reset | ||
brdr = push --delete origin | brdr = push --delete origin | ||
fp = push --force | fp = push --force |
git_cheat_sheet.1713398414.txt.gz · Last modified: 2024/04/18 12:00 (external edit)