git log를 했는데 (HEAD->master)가 안 나올 때가 있다.
이럴 때는 git log --decorate를 하면 나오는데 매번 칠 수가 없다
git config --global log.decorate true를 쳐주면 된다.
참조 문서
https://stackoverflow.com/questions/13226281/how-can-i-get-a-git-log-from-head
git log를 했는데 (HEAD->master)가 안 나올 때가 있다.
이럴 때는 git log --decorate를 하면 나오는데 매번 칠 수가 없다
git config --global log.decorate true를 쳐주면 된다.
참조 문서
https://stackoverflow.com/questions/13226281/how-can-i-get-a-git-log-from-head