On Tue, Apr 10, 2018 at 03:46:27AM -0700, Suresh Chatti wrote:

> Is there a way to find the parent branch for detached head?
> 
>  
> 
> commands like "git log -n 1 --pretty=%d HEAD", "git show-n 1 --pretty=%d 
> HEAD" are failing when multiple branch HEADs pointing to same commit. I 
> want to know does git maintain any parent branch information when HEAD is 
> detached so that we can know from which branch it is detached.

    git branch --contains HEAD

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to