포크한 원격 저장소 pull 하기
원격 저장소 임의의 브랜치에 push하기
git add.
git commit -m "Save current work before switching branches"
2번은 둘 중 하나만 사용하면 됨.
git checkout dev
git stash
git checkout dev
추후에 git stash apply
git reset --hard
git checkout dev
git origin pull [로컬저장소 브랜치명]