20 lines
402 B
Text
20 lines
402 B
Text
[init]
|
|
defaultBranch = main
|
|
|
|
[user]
|
|
email = me@hadeedahmad.com
|
|
name = Hadeed Ahmad
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
|
|
[alias]
|
|
s = status -u
|
|
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
|
|
l = log --all --decorate --oneline --graph -n 20
|
|
|
|
# vim: filetype=gitconfig
|