[nim-dev] Re: Freeimage could not import

  • From: OderWat <nimforum@xxxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Thu, 12 Nov 2015 02:38:55 +0000

if you ever want to continue working or creating new PRs you need to keep your
forked version updated.

For this you need to add the "upstream" location (once): ``git remote add
upstream https://github.com/nim-lang/Nim``. After this you checkout devel (or
make sure it is checked out) and "pull devel from upstream" to your "computer":
``git checkout devel`` and ``git pull upstream devel``. After this you "push"
the "original" upstream data to your github fork of it: ``git push origin
devel``. Then you are up to date locally and in your forked repository and can
continue working on new stuff :)

Other related posts: