.gitconfig
changeset 718 0507a0b1a45a
parent 713 c35497e441fd
child 731 17d67f65193b
equal deleted inserted replaced
717:fc3234dde467 718:0507a0b1a45a
    16 st = status
    16 st = status
    17 staged = diff --cached
    17 staged = diff --cached
    18 summary = log --oneline
    18 summary = log --oneline
    19 tags = tag -n1 -l
    19 tags = tag -n1 -l
    20 w = whatchanged
    20 w = whatchanged
       
    21 glog = log --all --graph
    21 
    22 
    22 [core]
    23 [core]
    23 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    24 excludesfile = ~/.gitignore
    25 excludesfile = ~/.gitignore
    25 
    26