Git checkout from commit

less than 1 minute read

특정 commit으로 부터 새로운 브랜치를 checkout 하는 cmd

git checkout -b new_branch commithash

commit hash는 git gui 툴로 보면 편하다. vscode 에서는 git graph extension을 사용중이다.

Leave a comment