git

    git pull을 했는데 반응이 없는 문제

    MacBookPro:폴더명 내컴터$ git pull There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/ master git pull을 했는데 이런 게 나오면서... 동기화된 폴더엔 반응이 없었다. git pull 넣어도 안 됐음. 구글링 하다가 git stash 후 git pull 을 하면 해결된다..