.gitconfig
changeset 996 17158fb949a8
parent 973 277ccd286936
child 1027 50902745d28c
equal deleted inserted replaced
995:62df95ab609e 996:17158fb949a8
     9 ci = commit
     9 ci = commit
    10 co = checkout
    10 co = checkout
    11 cp = cherry-pick
    11 cp = cherry-pick
    12 graph = log --graph --oneline --decorate
    12 graph = log --graph --oneline --decorate
    13 info = config --list
    13 info = config --list
    14 pop = !git stash apply && git stash clear
       
    15 sb = show-branch
    14 sb = show-branch
    16 st = status
    15 st = status
    17 staged = diff --cached
    16 staged = diff --cached
    18 summary = log --oneline
    17 summary = log --oneline
    19 tags = tag -n1 -l
    18 tags = tag -n1 -l