JaeYeopHan / tip-archive

📦 Archiving various development tips. If you watch this repository, you can get issues related to the newly registered development tip from the GitHub feed.
https://www.facebook.com/Jbee.dev/
245 stars 8 forks source link

git command #78

Open JaeYeopHan opened 3 years ago

JaeYeopHan commented 3 years ago

Checkout to local, forked repository's branch

git remote add coworker git://path/to/coworkers/repo.git
git fetch coworker
git checkout --track coworker/foo