Post

Git checkout이 되지 않을 때

Git checkout이 되지 않을 때

git checkout이 되지 않을 때

Please commit your changes or stash them before you switch branches.



1
2
$ git stash
$ git pull origin main



1
$ git stash pop

적용 후 제거

This post is licensed under CC BY 4.0 by the author.