You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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