Compare commits

...
2 Commits
Author SHA1 Message Date
hektor 69d5463960 Add 'git commit --ammend' alias 2024-12-14 16:35:58 +01:00
hektor 8b893257af Add signing key to git config 2024-12-14 16:35:06 +01:00
+2
View File
@@ -6,6 +6,7 @@
email = hektor.misplon@pm.me
name = Hektor Misplon
username = hektor
signingKey = AEB98353B8D72E465C4236435151AF79E723F21C
[alias]
d = diff
@@ -14,6 +15,7 @@
ap = add -p
c = commit
cm = commit -m
cam = commit --amend
l = log --pretty=format:"(%an)\\ \\ %h\\ \\ %ad\\ \\ %s" --date=short
s = status --short
sv = status --verbose