On Thu, May 16, 2013 at 6:54 AM, Antoine Pelisse [off-list ref] wrote:
On Thu, May 16, 2013 at 11:36 AM, Felipe Contreras
[off-list ref] wrote:
quoted
Actually trying that command:
% git fetch origin 'refs/tags/*:refs/tags/*' 'refs/heads/*:refs/heads/*'
fatal: Refusing to fetch into current branch
refs/heads/fc/fast-export/cleanup of non-bare repository
fatal: The remote end hung up unexpectedly
Can you try something like this instead ?
git fetch --update-head-ok # or -u
Nice! That does the trick.
--
Felipe Contreras