Re: [PATCH v3] build: add default aliases
From: John Szakmeister <hidden>
Date: 2016-06-15 22:58:53
On Sat, Sep 21, 2013 at 3:20 PM, Felipe Contreras [off-list ref] wrote:
For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras <redacted> --- I still think we should ship a default /etc/gitconfig, but the project needs to agree it's a good change, and nobody every agrees changes are good. So this is the minimal change that achieves the desired result.
I wish you would stop attacking the project every time you send a patch--it's simply not productive and it's certainly not getting you any closer to a resolution. That said, I think the idea of having some default aliases is good, and these match what several other version control systems have already. FWIW, I alias st to "status -sb", but I'm not convinced it's a good default. I think the safe thing to do is to just alias it to status--like you did here--and let folks override it, if they want something more. -John