On Mon, Mar 15, 2010 at 2:06 PM, jateeq <jawad_atiq@xxxxxxxxxxx> wrote: > > Hello, > > Once I clone, make changes and commit several times, I need to determine how > many commits were made (and list them) since the repository was cloned. Does > git remember this commit, and is there a command that can do this, or do I > have to store the commit ID when i clone? > > Thank you, > Jawad > -- > View this message in context: http://old.nabble.com/Identifying-the-commit-ID-from-which-a-repo-was-cloned-tp27910384p27910384.html > Sent from the git mailing list archive at Nabble.com. > > -- The origin/master reference is what you need. Pretty much the same answer as one of your other questions http://article.gmane.org/gmane.comp.version-control.git/141414 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html