Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1: Create a free GitHub account if you don't already have one. Be sure to set up your account with a SSH key pair and your email address(es) so Git can identify which commits are yours.
Step 2: Go to the Fedora repository on GitHub and click on the "Fork" button
Step 3: Clone your fork, using the private URL. At a command line, go to a directory where you want the new local repository, and issue the following:

...

Code Block
$ cd fcrepo4
$ git remote add upstream git://github.com/futuresfcrepo4/fcrepo4.git
$ git fetch upstream

...