Git cheatsheet
branch
After create a branch in local directory that does not exist in cloud repo, push it using:
git push --set-upstream origin brancktest1
After create a branch in local directory that does not exist in cloud repo, push it using:
git push --set-upstream origin brancktest1