Re: index file list files not found in working tree

2015-08-25 Thread Rafik E Younan
On 08/25/2015 12:32 PM, John Keeping wrote: On Tue, Aug 25, 2015 at 12:16:43PM +0200, Rafik E Younan wrote: I got a recommendation to use reset --hard. I tried it and it says the HEAD is now at correct commit, but missing files are not restored! I tried `ls-tree --name-only` and it lists

Re: index file list files not found in working tree

2015-08-25 Thread Rafik E Younan
I'd like to answer, how does git generates the `index` file between checkouts? Thanks, Rafik On 08/24/2015 12:34 PM, Rafik E Younan wrote: Hi, After several merges and rebases I finally got my branches and history to reflect valid commits and proper history. Everything is pushed to internal

index file list files not found in working tree

2015-08-24 Thread Rafik E Younan
Hi, After several merges and rebases I finally got my branches and history to reflect valid commits and proper history. Everything is pushed to internal bare repo and the remotes seems OK. When I clone the updated repository, all branches reflect the correct updated trees and blobs. The