Skip to content

Instantly share code, notes, and snippets.

@tcnksm
Last active August 29, 2015 14:04
Show Gist options
  • Save tcnksm/083bf5507639673f72e5 to your computer and use it in GitHub Desktop.
Save tcnksm/083bf5507639673f72e5 to your computer and use it in GitHub Desktop.
Commit go project

That's okay. Let's have an original repo at for example github.com/alice/bar. Fork it, on github, to your (say you're user bob at github), ie. to github.com/bob/bar. Then:

$ cd $GOPATH/src/github.com/alice 
$ git clone https://github.com/bob/bar.git 
$ cd bar 

https://groups.google.com/forum/#!topic/golang-nuts/AL8UyjGl948

git clone [email protected]:you/repo.git $GOPATH/src/github.com/someone/repo

go get from original, http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment