Git for beginners

Git Common Commands for beginners

First find your repo and clone this

The if you need to pull repo

To check what is your current branch

to list all local branches

to list all remote branches

to commit something you have changed

Send local changes to server (Save Changes to server your main branch)

to switch branch