Notice
Recent Posts
Recent Comments
ยซ   2025/06   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags more
Archives
Today
Total
๊ด€๋ฆฌ ๋ฉ”๋‰ด

๐ŸŒฒ์ž๋ผ๋‚˜๋Š”์ฒญ๋…„

Git log ๋ณธ๋ฌธ

์นดํ…Œ๊ณ ๋ฆฌ ์—†์Œ

Git log

JihyunLee 2019. 10. 31. 10:48
๋ฐ˜์‘ํ˜•

git log ๋ฅผ ์˜ˆ์˜๊ฒŒ ๋ณด์—ฌ์ฃผ๋Š” ๊ฟ€ํŒ


 

git config --global alias.lg "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold red)%h%C(reset) : %C(bold green)(%ar)%C(reset) - %C(cyan)<%an>%C(reset)%C(bold yellow)%d%C(reset)%n%n%w(90,1,2)%C(white)%B%C(reset)%n'"

์ด ๋ช…๋ น์–ด๋ฅผ ์ž…๋ ฅํ•˜๊ณ  git lg ๋ฅผ ์ž…๋ ฅํ•˜๋ฉด ๋กœ๊ทธ๊ฐ€ ์˜ˆ๋ป์ง„๋‹ค.

 

 

์ถœ์ฒ˜ : 

https://meetup.toast.com/posts/106

 

์ข‹์€ git ์ปค๋ฐ‹ ๋ฉ”์‹œ์ง€๋ฅผ ์ž‘์„ฑํ•˜๊ธฐ ์œ„ํ•œ 7๊ฐ€์ง€ ์•ฝ์† : TOAST Meetup

git์ปค๋ฐ‹

meetup.toast.com

 

๋ฐ˜์‘ํ˜•