laitimes

Common Git commands

git branch –set-upstream Locally creates a new branch name origin/remote branch name

For example: git branch –set-upstream dev origin/dev, which associates a local dev branch with a remote dev branch.

git branch branch name creates a branch