< log 그래픽으로보기>
[alias]
st = status
co = checkout
lg1 = log --graph --abbrev-commit --decorate --date=relative --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)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[pull]
rebase = true
[core]
# autocrlf = input
# whitespace = trailing-space,space-before-tab,cr-at-eol
[push]
default = simple
[color]
ui = auto
'리눅스(ubuntu) > Git 관련' 카테고리의 다른 글
bisect 버그가 있는 커밋 찾기 (0) | 2017.03.30 |
---|---|
git 자동완성 기능 (0) | 2017.03.16 |
Git Flow 사용하기 (사이트) (0) | 2017.01.20 |
완전 초보를 위한 깃허브 시작 (0) | 2017.01.20 |
git hub를 위한 ssh 설정하기 (0) | 2017.01.20 |