Skip to content

Instantly share code, notes, and snippets.

View teocci's full-sized avatar
👨‍💻
Coding

Teocci teocci

👨‍💻
Coding
View GitHub Profile

Github Branch: branch, commit, and push

  • Step 1. Branching: You can run the git checkout command with the -b switch:
git checkout -b new_branch_name
  • Step 2. Committing: You can add and modify the a file then commit it in the branch: