Add a regular git commit alias.#216
Conversation
Git users coming from svn, hg, cvs and many other places use "ci" as an alias to "commit." I'd note that such users are also used to "co" being an alias for "checkout" so the "co" alias is kind of dangerous.
|
I thoroughly agree that |
|
I've done another version of this in PR #238 that retains the "co" alias. So pick whichever (or none) suits. I do think this one would be better though. |
|
As much as I agree with my previous self that As for this PR, it has been obsoleted by #238 (just merged). |
Git users coming from svn, hg, cvs and many other places
use "ci" as an alias to "commit." I'd note that such users
are also used to "co" being an alias for "checkout" so the
"co" alias is kind of dangerous.