Git- Checking out a remote branch by command line

เมื่อเพื่อนเราได้ commit และ push ของเขาขึ้นที่ repository เรียบร้อยแล้ว เราจะเรียก branch ที่อยู่ใน server เราเรียกว่า remote branch และเราเมื่อต้องการ checkout remote branch เราจะใช้คำสั่งนี้

git fetch origin

เพื่อ update branch จาก repo มาก่อน

 git checkout -b friend-branch origin/friend-branch

checkout remote มาที่เครื่องเรา

ที่มา

https://www.freecodecamp.org/news/git-checkout-remote-branch-tutorial/

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *