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