Compare commits

..

2 Commits

Author SHA1 Message Date
69d5463960 Add 'git commit --ammend' alias 2024-12-14 16:35:58 +01:00
8b893257af Add signing key to git config 2024-12-14 16:35:06 +01:00

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