Re: [git-users] fatal: Not a valid object name master^{tree}

2014-03-18 Thread Dale R. Worley
> From: Jirong Hu > > $ git cat-file -p master^{tree} > fatal: Not a valid object name master^{tree} > > I am reading the GIT Pro and GIT Internal. The command above doesn't work. > Can you help to fix it? My guess is that "master" is a branch name, and so is a commit, not a tree. Since "mast

[git-users] fatal: Not a valid object name master^{tree}

2014-03-18 Thread Jirong Hu
$ git cat-file -p master^{tree} fatal: Not a valid object name master^{tree} I am reading the GIT Pro and GIT Internal. The command above doesn't work. Can you help to fix it? Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Git for human beings" gro