💾 Archived View for warpengineer.space › entries › my-notes-on-git.gmi captured on 2024-07-08 at 23:35:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
1. `git fetch <origin> <remote_branch>`
2. `git checkout -b <local_branch_name> <origin>/<remote_branch>`
1. can also be: `git checkout <remote_branch>`
1. `git checkout -b <local_branch> # if no local created yet`
2. `git branch -u <origin>/<remote_branch>`