Skip to content

Instantly share code, notes, and snippets.

@snowcrumble
Last active February 1, 2019 07:39
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 snowcrumble/3893502395428b9618e7d05eb8e5f0d6 to your computer and use it in GitHub Desktop.
Save snowcrumble/3893502395428b9618e7d05eb8e5f0d6 to your computer and use it in GitHub Desktop.
Golang contributor guide template
mkdir -p $GOPATH/src/github.com/someone_or_organization/
cd $GOPATH/src/github.com/someone_or_organization/
git clone git@github.com:$YOUR_GITHUB_USERNAME/the_repo_name.git
cd the_repo_name
git remote add upstream git@github.com:someone_or_organization/the_repo_name.git
git remote set-url --push upstream no_push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment