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