지옥에서 온 git 정리 (chapter3 ~ chapter5)
MINGW64 ~/Documents/gitfth/chapter3 (main)$ git branch* maingit branch : 현재 있는 브랜치를 보여주는 명령어MINGW64 ~/Documents/gitfth/chapter3 (main)$ git branch expgit branch : 브랜치 생성 명령어MINGW64 ~/Documents/gitfth/chapter3 (main)$ git checkout expSwitched to branch 'exp'git checkout : 입력한 브랜치명으로 이동해주는 명령어MINGW64 ~/Documents/gitfth/chapter3 (exp)$ git log --branches --decorate --graph* commit 8435af1077a929b..
2024.06.16