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"