git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Improvement of git add interface
@ 2011-05-06 12:03 Patrick Häcker
  0 siblings, 0 replies; only message in thread
From: Patrick Häcker @ 2011-05-06 12:03 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: Text/Plain, Size: 1076 bytes --]

Hello,

I introduce git to students and thus see, where they have a harder time than 
necessary to understand git.

Thus, I was thinking about a CLI improvement regarding "git add". It follows 
from the observation, that the students can learn consistent interfaces 
faster.

Similar to "ls -a" = "ls --all" there is a "git commit -a" = "git commit --
all", which means the same thing: use all files (with the known exceptions 
in git). There is a "git add -A" = "git add --all", too, which is basically 
the same. This leads to the following consistency question: Why is there no 
"git add -a"? I suggest adding "git add -a" as an alias to "git add -add". 
Maybe "git add -A" could then be deprecated in the long run, to not waste 
option name space, but this can be discussed later.

Kind regards
Patrick

P.S. Please CC, as I am not subscribed

-- 
Patrick Häcker
Universität Stuttgart 
Lehrstuhl für Systemtheorie und Signalverarbeitung 
Tel: +49 711 685 67362
E-Mail: patrick.haecker@lss.uni-stuttgart.de
URL: http://www.lss.uni-stuttgart.de

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-06 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 12:03 Improvement of git add interface Patrick Häcker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).