[user]

name = WoonHak, Kong

email = whkong@XXX.co.kr

[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"

ut = ls-files --others --exclude-standard

[pull]

rebase = true

[core]

# autocrlf = input

# whitespace = trailing-space,space-before-tab,cr-at-eol

 

[push]

default = simple

[color]

ui = auto

 

'리눅스(ubuntu) > Git 관련' 카테고리의 다른 글

git merge 돌리기  (0) 2018.03.27
git repo 명령어  (0) 2018.02.20
프롬프트 현재 브랜치 표시하기  (0) 2017.12.04
git 업그레이드 하기(docker용 버전업)  (0) 2017.05.11
git reset 관련 (작업 돌리기)  (0) 2017.04.12

+ Recent posts