On Fri, Nov 21, 2014 at 10:55 PM, stefano franchi <stefano.fran...@gmail.com> wrote: > Is there any special magic I am supposed to use to push a commit on > features/biblatex upstream? > > [stefano@gorgias]$ git status > On branch features/biblatex > Your branch is ahead of 'master' by 1 commit. > (use "git push" to publish your local commits) > > > [stefano@gorgias]$ git push > Everything up-to-date > > ??? > > What am I doing wrong?
You might want to try "git push --all -n". If it does what you want, do "git push --all" (without the -n this time). Scott