-
Notifications
You must be signed in to change notification settings - Fork 4
Home
micdoher edited this page May 16, 2019
·
18 revisions
git checkout -b <your-branch-name>
git add <files>
git commit -m <commit-message>
git push origin <your-branch-name>
##Go to the github GUI and create pull request**
If the pull request does not show any errors, you can merge it from there.
git branch --merged| egrep -v "(^\*|master)"
git branch -d <branch-to-delete>
git push --delete origin <branch-to-delete>
git status
git log