Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 122 Bytes

how-git-checkout-someone.md

File metadata and controls

5 lines (5 loc) · 122 Bytes

How to checkout someone's branch

git remote add myfriend [email protected]:myfriend/funrepo.git
git fetch myfriend