Search
Duplicate
๐Ÿฅ

Branch Piscine / Piscine 02

์„ค๋ช…
git command for branch 2
์‹œ๊ฐ„
4์‹œ๊ฐ„
์ธ์›
1๋ช…

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