Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MLHafizur's full-sized avatar
🎯
Focusing

Hafizur Rahman MLHafizur

🎯
Focusing
View GitHub Profile
@MLHafizur
MLHafizur / git.md
Created June 10, 2022 19:56 — forked from ziritrion/git.md
git cheatsheet

Basic git

  1. Make sure your local copy of the selected branch is updated.
    • git pull
  2. Check your repo branches
    1. Local branches
      • git branch
    2. All branches on remote repo
      • git branch -r
  3. Create a branch and access it