On 11/17/10 10:32 PM, "Jérôme M. Berger" wrote:
[…] you are not
forced into this model when you know you have only worked on a
single feature and want to commit it.

You are not forced to use the staging area with Git either (although most of the developers I know do use it), it's just the default that is different.

If you want to save the extra characters per commit, just add an alias like »ci = commit -a« to your ~/.gitconfig, just like you might want to use »nudge = push --rev .« with Mercurial…

Reply via email to