Skip to content

Instantly share code, notes, and snippets.

View SalvadorP's full-sized avatar
🦊

Salvador P. SalvadorP

🦊
View GitHub Profile
@SalvadorP
SalvadorP / git_cheatsheet.md
Last active August 7, 2024 11:26
Own cheatsheet of useful git commands, different from commit, fetch, branch, ...

Git create branch

see where are we

git branch

make sure we are up to date

git pull

create the branch and change to it