Trying new Git commands. Baby steps
This commit is contained in:
parent
09a08859b9
commit
f3e2b95aab
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
||||||
peek = log -1
|
peek = log -1
|
||||||
wip = commit -m 'wip' --no-verify
|
wip = commit -m 'wip' --no-verify
|
||||||
unwip = reset --soft HEAD~1
|
unwip = reset --soft HEAD~1
|
||||||
|
s = switch
|
||||||
|
b = switch -c
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue