Re: [git-users] Can't push old tag

2010-07-01 Thread Michael P. Soulier
On 01/07/10 Trans said:

> I tried to push my tags for the first time and an old tag is throwing
> an error:
> 
>   $ git push --tags
>   To g...@github.com:proutils/vclog.git
>! [rejected]1.4.0 -> 1.4.0 (non-fast forward)
>   error: failed to push some refs to 'g...@github.com:proutils/
> vclog.git'
> 
> But my current tag is 1.7.0. What's going here> 1.4.0 is old. How do I
> fix this?

Looks like you need to pull and merge first.

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein


pgp7WfX1gQdfe.pgp
Description: PGP signature


[git-users] Can't push old tag

2010-07-01 Thread Trans
I tried to push my tags for the first time and an old tag is throwing
an error:

  $ git push --tags
  To g...@github.com:proutils/vclog.git
   ! [rejected]1.4.0 -> 1.4.0 (non-fast forward)
  error: failed to push some refs to 'g...@github.com:proutils/
vclog.git'

But my current tag is 1.7.0. What's going here> 1.4.0 is old. How do I
fix this?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.