git git git git git
11–20 of 20 posts
It's amazing the lengths people go to in order to avoid typing more carefully.
Re: git git git git git
#12Buffalo Buffalo buffalo Buffalo buffalo?
Re: git git git git git
#13It's amazing the lengths people go to in order to avoid typing more carefully.
“Never make a typo” is not a reasonable expectation for a human user
Re: git git git git git
#14I need one called "gits" that accepts a command "tatus".
And sometimes when I type fast there is "gis tatus"
Re: git git git git git
#15I recommend also adding this:
[alias]
really = !exec git
This solves the common situation where you could’ve sworn you pushed your worl, but colleague can’t find it regardless. You can then `git really push` to be sure.Re: git git git git git
#16Re: git git git git git
#17The exec matters here. Without it each extra git would stack another shell process.
Re: git git git git git
#18Weirdly specific issue exclusive to the author.