Skip to content
temujin9 edited this page Mar 20, 2013 · 1 revision

The Ironfan setup asks you to fork the ironfan-pantry repo, and several other optional steps/features require further forks. In order to keep those forks in sync with their source, use the following snippets:

  • Setup: git remote add upstream [url_to_upstream] (e.g. git remote add upstream git://github.com/infochimps-labs/ironfan-pantry.git for
  • Usage: git pull upstream master