aboutsummaryrefslogtreecommitdiff
path: root/home/git/.gitconfig
blob: cb3a40c1078b7b513f7e8b8aba7fcdfffebc2e8d (plain)
1
2
3
[alias]
    sync = !git add -A && git commit && git push
    nuke = !git clean -df && git reset --hard