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 <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
git pullμ νλλ° μ΄λ° κ² λμ€λ©΄μ... λκΈ°νλ ν΄λμ λ°μμ΄ μμλ€.
git pull <gitμ£Όμ> λ£μ΄λ μ λμ.
ꡬκΈλ§ νλ€κ° git stash ν git pull μ νλ©΄ ν΄κ²°λλ€λ κΈ λ°κ²¬ν¨.
stash νκ³ pull νλλ° μ λ¨. νμ¬ branchμμ tracking μ λ³΄κ° μλ€κ³ ν¨.
git stash ν git pull <gitμ£Όμ> λ£μΌλκΉ λ¨. ν΄κ²°.
git stashλ νλ μμ μ μμλ‘ μ μ₯ν΄ λλ 건λ°... μ΄μ°¨νΌ pull ν κ±°λΌ νλ μμ νμλ μμμ§λ§.
git stash apply λͺ λ Ήμ΄λ₯Ό μ¬μ©νλ©΄ stashνλ νμΌλ€ λ€μ κ°μ Έμ¬ μ μλ€.
git stash apply // κ°μ₯ μ΅κ·Όμ stashν μμ κ°μ Έμ€κΈ°
git strash apply [stash μ΄λ¦]
λ°μν