There was an error while loading. Please reload this page.
git checkout -b <your-branch-name> = moves you to the branch listed git add <files> git commit -m <commit-message> git push origin <your-branch-name>
If the pull request does not show any errors, you can merge it from there.
git branch --merged| egrep -v "(^\*|master)"
git tag archive/<branch-to-delete>
git branch -d <branch-to-delete>
git push --delete origin <branch-to-delete>
git status git log