2023-08-21 09:56:16 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|
|
|
|
|
|
|
|
[user]
|
2024-11-11 21:43:32 +00:00
|
|
|
email = me@hadeedahmad.com
|
2023-08-21 09:56:16 +00:00
|
|
|
name = Hadeed Ahmad
|
|
|
|
|
2024-06-28 07:17:58 +00:00
|
|
|
[push]
|
|
|
|
autoSetupRemote = true
|
|
|
|
|
2023-08-21 09:56:16 +00:00
|
|
|
[alias]
|
|
|
|
s = status -u
|
2024-12-12 14:02:48 +00:00
|
|
|
a = add -A
|
|
|
|
ac = !git a && git commit
|
|
|
|
acp = !git ac && git push
|
|
|
|
aca = !git a && git commit --amend --no-edit
|
|
|
|
acap = !git aca && git push --force
|
2023-08-21 09:56:16 +00:00
|
|
|
l = log --all --decorate --oneline --graph -n 20
|
|
|
|
|
|
|
|
# vim: filetype=gitconfig
|