aboutsummaryrefslogtreecommitdiff
path: root/home/git/.gitconfig
blob: 795c1853188be88affa18ca43cf26a3324b54548 (plain)
1
2
3
4
[alias]
    sync = !git add -A && git commit && git push
    nuke = !git clean -df && git reset --hard
    prune-remotes = !git pack-refs --all && git update-ref -d refs/remotes/origin/HEAD && git update-ref -d refs/remotes/origin/main -d refs/remotes/origin/master