🌱 Git Aliases Cheat Sheet


🔹 Status & Branches

🔹 Add & Commit

🔹 Push & Pull

🔹 Diff, Restore, Reset

🔹 Logs & Blame

🔹 Stash

🔹 Tags & Submodules

🔹 Delete

🔹 Misc


Git Commands Meanings

`git checkout -b P3PD-707`
`git status`
`git add -p`
`git commit -m "P3PD-707: comments comments"`
`git push -u origin  P3PD-707-something-something`