git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Suggestions to make git easier to understand
@ 2011-08-11  7:48 Philippe Vaucher
  2011-08-11 22:16 ` Jonathan Nieder
  0 siblings, 1 reply; 6+ messages in thread
From: Philippe Vaucher @ 2011-08-11  7:48 UTC (permalink / raw)
  To: git

Hello,

The other day I fell on this post:

http://raflabs.com/blogs/silence-is-foo/2011/04/07/staging-area-index-cache-git/

I thought it made some good points about git being kinda confusing,
for example sentences like "Changed but not updated" in git status
could use a better sentence like "Changed but not in the index". Maybe
--cached could have an alias like --index-only for things to be more
intuitive as well.

`git rm --index-only somefile` is more understandable than `git rm
--cached somefile` imho.

Also, in ls-files, --stage could maybe use an alias like --contents
for it to be more self-explanatory.

Philippe

p.s: not saying we should absolutly do what I suggest, but rather
start a discussion about how to make git's terminology more intuitive
and self-explanatory.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-15 10:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11  7:48 Suggestions to make git easier to understand Philippe Vaucher
2011-08-11 22:16 ` Jonathan Nieder
2011-08-11 22:39   ` Junio C Hamano
2011-08-11 23:08     ` Jonathan Nieder
2011-08-12 22:26   ` Jeff King
2011-08-15 10:15     ` Philippe Vaucher

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).