Skip to content

Instantly share code, notes, and snippets.

@benschw
Created July 22, 2015 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benschw/442cfcd005ffde914a65 to your computer and use it in GitHub Desktop.
Save benschw/442cfcd005ffde914a65 to your computer and use it in GitHub Desktop.
# 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