On Tue, Feb 26, 2013 at 9:37 PM, Matthieu Moy
<matthieu....@grenoble-inp.fr> wrote:
> Nguyễn Thái Ngọc Duy <pclo...@gmail.com> writes:
>
>> Many times I checkout a remote branch, or a tag and after a while I
>> forget remember what ref I checked it out from. Saving the original
>> ref would help (or is it already saved somewhere?).
>
> It is :-). Try e.g.
>
>   git checkout --detach
>   git checkout -
>
> (analogous to "cd -": return back to where you were before)

Yeah. I always manage to forget reflog when I need it. Time to show
the information in "git branch", oh wait I still have a wip about
git-branch on pu..
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to