Skip to content

Instantly share code, notes, and snippets.

@maetl
Created March 5, 2011 05:22
Show Gist options
  • Save maetl/856144 to your computer and use it in GitHub Desktop.
Save maetl/856144 to your computer and use it in GitHub Desktop.
Linking Git Repository to Floe Project
$ cd lib
$ git clone [email protected]:maetl/floe.git floe
$ cd floe
$ git remote add upstream [email protected]:maetl/floe.git
$ git fetch upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment