I have a repository named bar.  I added a sub repository using the 
following subtree command.

git subtree add --squash -P foodir/ foo master

I then pushed these changes to bar.  A few days ago I made changes to the 
foo repository and I am now trying to pull them into the bar repository 
using the following command.

git subtree pull --squash -P foodir/ foo master

However, at the end I receive an error that says the following.

Fatal: entry not found in tree (Some SHA number)

Does anyone have a clue to what I am doing wrong?

-- 
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/groups/opt_out.

Reply via email to