So what do you want to achieve? Check out one of the commits before the
master's tip commit?
Then in the checkout dialog, tick the "Revision expression" radio button
and enter something which `git rev-parse` is able to understand (say,
"HEAD^" or a first few digits from the commit's SHA-1 name etc).
P.S.
This has nothing to do with msysgit, such questions should be directed
to the git-users mailing list (on google groups as well).
So what do you want to achieve? Check out one of the commits before theOn Wed, Jun 15, 2011 at 12:01:28AM +0530, ravishankar somasundaram wrote:
> I am trying to do a checkout with GIT Gui on my repository which has several
> commits and only one branch(default branch)
>
> When select Branch->Checkout from GIT Gui, it shows only one option called
> master, and no other commits.
>
> How to proceed ?
master's tip commit?
Then in the checkout dialog, tick the "Revision expression" radio button
and enter something which `git rev-parse` is able to understand (say,
"HEAD^" or a first few digits from the commit's SHA-1 name etc).
P.S.
This has nothing to do with msysgit, such questions should be directed
to the git-users mailing list (on google groups as well).