This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Using Git, GitHub, and SourceTree
Aaron edited this page Feb 26, 2018
·
4 revisions
If you’re using Windows and you’re having log-in problems using git/sourcetree and none of the above fixes it, open a terminal window by pressing the Terminal
button in the top right corner of SourceTree and enter the command
git config --system --unset credential.helper
and then enter
git push origin master
https://confluence.atlassian.com/bitbucket/tutorials-755338051.html
- Commit and push your work on [your branch]
- Right-click on your remote in the left sidebar, select "Fetch"
- Right-click on [REMOTE]/master, select "Merge [REMOTE]/master into [your branch]"
- Merge Conflicts may appear! Click on the merge conflicts and resolve them... you usually need to pick between the version in [your branch] or the version on [remote/master].
- Make sure the merge-commit is finished, and then push [your branch]
- Create a new Pull Request on GitHub.com
- Ask a group member to review your PR. NEVER APPROVE YOUR OWN PR!!!