26 lines
501 B
Text
26 lines
501 B
Text
[init]
|
|
defaultBranch = main
|
|
|
|
[user]
|
|
email = hadeedji@gmail.com
|
|
name = Hadeed Ahmad
|
|
|
|
[push]
|
|
autoSetupRemote = true
|
|
|
|
[alias]
|
|
s = status -u
|
|
a = add
|
|
aa = add -A
|
|
c = commit
|
|
ca = commit --amend --no-edit
|
|
p = push
|
|
pf = push -f
|
|
ac = !git aa && git c
|
|
aca = !git aa && git ca
|
|
acp = !git ac && git p
|
|
acap = !git aca && git pf
|
|
l = log --all --decorate --oneline --graph -n 20
|
|
cfc = !git clone $(xclip -out -sel clip)
|
|
|
|
# vim: filetype=gitconfig
|