>>> "PO" == Philip Oakley <philipoakley@iee.email> writes:

   > What would be the benefit of you having your local reverse count of 
   > commits? I.E Which git commands would actually use that information. 

Convenience. From time to time I want to checkout a commit which is
close to HEAD (say HEAD -3)

So 

 git checkout HEAD~3 

Is more convenient than

 git checkout SOMELONGHASH 

I must even admit that I find the git convention of counting backwards
from HEAD more convenient than mercurial convention of counting forward
from the first commit.

To make that clear such a local revision number is purely convenience.
It has no real meaning.


 
   > Or perhaps maybe at the moment it's more of a comfort blanket desire 
   > because of the idiosyncratic nature of some of the git commands (it can be 
   > a battle...)

That is true (at least compared to mercurial) but that can be dealt
easily with aliasing.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/871rxf3qxh.fsf%40mat.ucm.es.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to