Re: Fwd: Add git ignore as builtin

2014-11-16 Thread Ryan Jacobs
Alberto Fanjul Alonso gmail.com> writes: > git ignore adds to .git/info/exclude This should be "git exclude" not "git ignore". Difference between the two: http://stackoverflow.com/questions/10066749/git- excludes-vs-ignores I'd second the notion of a "git ignore", however it would have to mo

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 thi