swanB 2017. 7. 5. 14:54

작업 하던 내용을 임시 저장하고 master 에서 pull


git config --global user.name "name"

git config --global user.email "email"


git stash

git pull

git stash pop