physphys
4/24/2020 - 5:04 AM

git_ailias

git_ailias

[alias]
        st = status
        sw = switch
        br = branch
        co = checkout
        cm = commit
        logline = log --oneline
        diffst = diff --staged
        br-d-merged = "!f () { git branch --merged | egrep -v '\\*|develop|master' | xargs git branch -d; };f"