Trying new Git commands. Baby steps

This commit is contained in:
Max Bucknell 2024-08-08 10:35:47 +10:00
parent 09a08859b9
commit f3e2b95aab
No known key found for this signature in database

View file

@ -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