Git config aliases: renamed commit ammend (ca) to oops & added yolo.

This commit is contained in:
Viyurz 2023-12-22 09:04:55 +01:00
parent cf713cb0b4
commit 4a89f1f398
No known key found for this signature in database

View file

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