git alias

Etc · 2021. 1. 4. 12:01

git config --global alias.co checkout

 

git config --global alias.br branch

 

git config --global alias.ci commit

 

git config --global alias.st status

 

git config --global alias.lg "log --graph --abbrev-commit --decorate --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"

 

출처: www.inflearn.com/course/git-for-work-part-1/dashboard

'Etc' 카테고리의 다른 글

소프트웨어의 가치  (0) 2021.01.06
Edge case, Corner case  (0) 2021.01.06
2021년 완독한 책 📖 기록  (0) 2021.01.03
포워드(forward), 리다이렉트(redirect)  (0) 2021.01.03
클린 코더의 마음 가짐  (0) 2021.01.02