Re: EasyGit Integration
From: Elijah Newren <hidden>
Date: 2016-06-15 22:46:56
On Tue, Jun 9, 2009 at 4:14 PM, Linus Torvalds[off-list ref] wrote:
On Tue, 9 Jun 2009, Scott Chacon wrote:quoted
* breaks the various things that 'checkout' does into separate commands - moves 'revert' to doing what 'checkout -- path' doesNo.
<snip>
Feel free to add other "helper" aliases that are actually _new_ and have no pre-existing git meaning, but not things like this. Not breaking existing git usage just because somebody is too stupid and/or lazy to try to learn a new word.
Do you object to using 'revert' in the name of the new command or just to having the new command take over the exact name 'revert'? I'd like to propose making the reverting of edits functionality available under the command name 'revert-edits', while leaving the existing reverting of commits functionality under 'revert', but I'm not sure if that would run afoul of your objections as well. Elijah