Created
March 5, 2011 05:22
-
-
Save maetl/856144 to your computer and use it in GitHub Desktop.
Linking Git Repository to Floe Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cd lib | |
| $ git clone git@github.com:maetl/floe.git floe | |
| $ cd floe | |
| $ git remote add upstream git@github.com:maetl/floe.git | |
| $ git fetch upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment