golang pkg github pull request

1
2
3
4
5
git remote add upstream https://github.com/funkygao/myrepo.git
git fetch upstream
git checkout -b mybranch
git commit -a
git push upstream mybranch
Share Comments