Created
July 22, 2015 16:28
-
-
Save benschw/442cfcd005ffde914a65 to your computer and use it in GitHub Desktop.
This file contains 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
# from (http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html) | |
# (fork campoy/cooltool on github) | |
go get github.com/campoy/cooltool | |
cd $GOHOME/src/campoy/cooltool | |
git remote add fork https://github.com/benschw/cooltool.git | |
# git commit | |
git push fork | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment