Hi,

On Fri, Jun 19, 2009 at 03:00:34PM +0200, Thomas Schwinge wrote:

>     $ git checkout -b master-prefix_fix origin/master

>     $ git am < ~/where/you/saved/my/email

>     $ git push origin HEAD:master

>     $ git branch -d master-prefix_fix

While it's possible to do it like that, this is a very strange approach.

Most people just let the local master track origin/master, and put any
changes there before pushing.

-antrik-


Reply via email to