> Any trick to avoid those errors in general?

when i push i always do

$ git push --all ; git push --tags

i also have these in ~/.gitconfig

[push]
       default = current
       followTags = true

with should make the `git push --tags` unnecessary after `git push
--all` (as tags will "follow" the diffs you're pushing) but it's stuck
in my bash history so there it is

> Anyways, it should be there now!

indeed it's there -- thanks!

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi

Reply via email to