On Sat, 15 Nov 2014 04:44:19 +0000 (UTC)
Ryan Jacobs <[email protected]> wrote:

> $ git push --all --tags
> error: --all and --tags are incompatible
> 
> Why are these flags incompatible? Just wondering 'cause I think that
> it would be a good feature to be able to push all of your branches
> and all of your tags to the server in one quick and simple command.

  git push --mirror

should do this.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to