summaryrefslogtreecommitdiff
path: root/global_gitconfig
blob: 6741a569b242d9d580b6dd86bdcabdd3292dc4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[fetch]
        prune = true
[alias]
        lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -15
        bl = branch -v -a
        st = status -sb
        bd = branch -d
        cb = checkout -b
        check = checkout
        sw = switch
        cm = commit -m
        al = config --get-regexp alias
        pushup = push --set-upstream origin
        rem = restore --staged