On Saturday, 4 October 2014 13:38:21 CEST, Dimitrios Glentadakis wrote:
[dglent@localhost trojita (imap-idle-renewal-bug-337846)]$ LC_ALL=C git push origin master:refs/for/imap-idle-renewal-bug-337846

You're working *locally* on branch imap-idle-renewal-bug-337846. That's good. We want your change on the master branch, though, and therefore you should do something like this:

`git push origin HEAD:refs/for/master`

"HEAD" is a shorthand to your local branch (where you're right now). "master" is the target branch.

If you ever make some changes to that commit and want to upload the result, then do something like:

git fetch origin
git rebase origin/master
...work now...
git commit --amend
git push origin HEAD:refs/for/master

Hope the wiki is clear; clarifying edits are welcome, of course.

Cheers,
Jan

--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/

Reply via email to