|||
✕
Garden
Archives
Search
---
Home
---
Instagram
Portfolio
CodePen
↑
checkout
All sections →
Git: Create New Branch, Checkout, & Merge
Oct 12, 2021
git
& terminal
& branch
& checkout
& syntax
Create a new branch: $ git branch <branch_name> Checkout branch: $ git checkout <branch_name> Create new branch and checkout: $ git checkout -b