Skip to content
nllptr edited this page Nov 6, 2014 · 1 revision

Push new changes

git push origin HEAD:refs/for/<branch name>

Update with new patch set

git commit --amend

git push origin HEAD:refs/for/<branch name>

Clone this wiki locally