git important commands git fetch && git rebase / git rebase --continue git push origin test:localBranchName git branch --> to list branch git branch -d to delete branch git checkout -b <origin/sk-FromBranch> git push origin to push