Created
May 11, 2016 13:07
-
-
Save jfeliweb/031196ad9c15010014dd4e355a6519c7 to your computer and use it in GitHub Desktop.
Update my forked repo using SourceTree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First, set up the parent repo: | |
| Open your forked repo in SourceTree. | |
| Select Repository -> Repository Settings in the menu bar. | |
| In the Remotes pane, press Add. | |
| Enter any name you like (often upstream or master) and the URL / path to the parent repo. | |
| Press OK, then OK. | |
| Now, to update: | |
| Select Pull in the toolbar. | |
| In the "Pull from repository" drop-down, switch from your fork to the repo you just added. | |
| Press OK. | |
| (Optional) Once you pull, you may want to Push, to push the new content up to the server. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment