• Git,  Programming

    [Git] show 명령어

    Git에서 commit 정보를 탐색하기 위한 show 명령어가 존재한다. Command Description $ git show branch1 branch1에 대해 latest commit에 대한 log와 diff를 나타냄 $ git show HEAD 현재 branch에 대해 HEAD가 가리키는 commit 정보…