07/10/2016

Realizar o pull request do último commit

Quero mandar apenas meu último commit.

siga os passos:

$ git remote add upstream <git repository>
$ git remote update
$ git checkout -b upstream upstream/master
$ git cherry-pick <SHA hash of commit>
$ git push origin upstream

font: stackoverflow.com send-a-pull-request-on-github-for-only-latest-commit


Nenhum comentário:

Postar um comentário