<div class="gmail_quote">On 3 April 2011 07:07, Fernando Perez <span dir="ltr"><<a href="http://fperez.net">fperez.net</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

No worries, it's no big deal.  One way to reduce the likelihood of<br>
this happening is to have your local copy of master *not* be a<br>
tracking branch.  That would mean you'd manually need to do<br></blockquote><div><br>OK, that makes sense. For the record, to do this you have to edit the .git/config file, and delete the section telling it about the remote for master. And of course then you have to do git pull origin master to update it.<br>

<br>Thanks,<br>Thomas<br></div></div>