반응형
~/.gitconfig에 아래와같이 설정 해 줌으로써 좀 더 편하게 git을 사용할 수 있습니다.
자주 사용하는 alias들을 작성해두고 시간이 날 때 마다 추가 해놓을 생각입니다.
[alias]
logd = log --decorate
logAll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
$git logd (git log --decorate)
$git logAll (git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit)
반응형
'ETC > git' 카테고리의 다른 글
[Git] Untracked file 다루기 (0) | 2022.07.27 |
---|---|
[git] fatal: The remote end hung up unexpectedly (0) | 2019.06.21 |
[Github] remote repository와의 sync 맞추기 (0) | 2018.04.20 |
Linux terminal cmd line에 branch name 넣기 (0) | 2017.08.04 |
Git Tip (0) | 2017.05.01 |