Skip to content
Tim Fischbach edited this page Jan 8, 2015 · 1 revision

When changes have been made to the upstream repository, you can update your fork by running:

# ensure you are on branch master
$ git checkout master

# pull latest commit from codevise/pageflow
$ git pull upstream master

# bring your fork up to date
$ git push origin master