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 d = diff
l = log l = log
m = merge m = merge
ca = commit --amend --no-edit oops = commit --amend --no-edit
r = rebase r = rebase
s = status s = status
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
[merge] [merge]
ff = no ff = no
conflictstyle = diff3 conflictstyle = diff3