stackoverflow에는 없는게 없음. 근데 local branch information만 된다.

https://stackoverflow.com/questions/18277841/find-out-when-a-git-branch-was-created-not-the-first-commit-to-that-branch

git reflog show --date=iso [branch name]


$ git reflog show --date=iso release/v1.xx

d10bed9 refs/release/v1.xx@{2018-10-30 18:17:50 +0900}:



'잘좀하자 개발 > Git' 카테고리의 다른 글

[GIT] 범인 잡을 때 유용한 command  (0) 2018.01.25
Posted by kissuu
,