Here is a list of Git commands that you should remember that will use more commonly.
Git Clone
Git Create & Push Branch
Git Rename Branch
Git Delete Branch
Git Pull
Git Push
Configuring a Git remote for a fork - Set UPSTREAM
Change Git remote url - update orgin
Git fetch from Upstream
Git force merge local from branch
Git force pull
Git force revet to a previous commit
Git update & merge local repo with a specific PR
Git create a branch with specific PR
Git rebase pull (To avoid merge commits)