Skip to content

Instantly share code, notes, and snippets.

@jfeliweb
Created May 11, 2016 13:07
Show Gist options
  • Select an option

  • Save jfeliweb/031196ad9c15010014dd4e355a6519c7 to your computer and use it in GitHub Desktop.

Select an option

Save jfeliweb/031196ad9c15010014dd4e355a6519c7 to your computer and use it in GitHub Desktop.
Update my forked repo using SourceTree
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