Skip to content

Common GitHub Branch Commands

Posted on:February 2, 2025 at 04:58 AM

🔹 Creating & Switching Branches

Create a new branch and switch to it:

git checkout -b feature/new-feature