aboutsummaryrefslogtreecommitdiff
path: root/home/git/.gitconfig
blob: 59bbc6e722d92303a154570a658ae29e44d23b09 (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