Git config aliases: renamed commit ammend (ca) to oops & added yolo.
This commit is contained in:
parent
cf713cb0b4
commit
4a89f1f398
1 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,10 @@
|
|||
d = diff
|
||||
l = log
|
||||
m = merge
|
||||
ca = commit --amend --no-edit
|
||||
oops = commit --amend --no-edit
|
||||
r = rebase
|
||||
s = status
|
||||
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
|
||||
[merge]
|
||||
ff = no
|
||||
conflictstyle = diff3
|
||||
|
|
Loading…
Reference in a new issue