Compare commits

...

2 Commits

Author SHA1 Message Date
Hektor Misplon 69d5463960 Add 'git commit --ammend' alias 2024-12-14 16:35:58 +01:00
Hektor Misplon 8b893257af Add signing key to git config 2024-12-14 16:35:06 +01:00
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
email = hektor.misplon@pm.me email = hektor.misplon@pm.me
name = Hektor Misplon name = Hektor Misplon
username = hektor username = hektor
signingKey = AEB98353B8D72E465C4236435151AF79E723F21C
[alias] [alias]
d = diff d = diff
@ -14,6 +15,7 @@
ap = add -p ap = add -p
c = commit c = commit
cm = commit -m cm = commit -m
cam = commit --amend
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
s = status --short s = status --short
sv = status --verbose sv = status --verbose