Chapter β Instructions
λ΄μ©
Chapter β ‘ Foreword
λ΄μ©
Chapter β ’ Exercise 00 : λ¨Έμ§νκΈ°
git branch -v
git branch --merged
git branch --no-merged
Chapter β £ Exercise 01 : λ¨Έμ§νκΈ°
git ls-remote
git remote show
git fetch {name}
Chapter β € Exercise 02 :
git branch -u(--set-upstream-to) {remote}
git branch -vv
git fetch --all; git branch -vv
Chapter β ₯ Exercise 03 :
git pull = git fetch & git merged


