Re: git push --all --tags

2014-11-15 Thread Konstantin Khomoutov
On Sat, 15 Nov 2014 04:44:19 + (UTC) Ryan Jacobs ryan.mjac...@gmail.com 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

Re: git push --all --tags

2014-11-15 Thread Scott Schmit
On Sat, Nov 15, 2014 at 06:58:36PM +0300, Konstantin Khomoutov wrote: On Sat, 15 Nov 2014 04:44:19 + (UTC) Ryan Jacobs 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

Re: git push --all --tags

2014-11-15 Thread Andreas Schwab
Scott Schmit i.g...@comcast.net writes: On Sat, Nov 15, 2014 at 06:58:36PM +0300, Konstantin Khomoutov wrote: On Sat, 15 Nov 2014 04:44:19 + (UTC) Ryan Jacobs wrote: $ git push --all --tags error: --all and --tags are incompatible Why are these flags incompatible? Just wondering

git push --all --tags

2014-11-14 Thread Ryan Jacobs
$ 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. -- To unsubscribe from