We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When preparing to work on a new feature or defect, the following are some helpful guidelines for branching.
git checkout master git pull upstream master git push origin master
git checkout -b <branch-name>
git add <file-name> git commit
git push origin <branch-name>
git checkout master git pull upstream master git push origin master git branch -d <branch-name> git push origin :<branch-name>