[git-users] Why the directory, through git clone, has less files of the older directory through git pull origin master?

2016-09-02 Thread edgaroliveira . dev
Hello everyone, I am a newbie on git. I was use the git more a less a week and I was working in two different computer. I started work on pc1 and after I turned pc2, where I clone the project repository, and now, after more a less 5 days of work, I came back to pc1. On pc1 I did "git pull

[git-users] response different in same version git on different computers

2016-09-02 Thread edgaroliveira . dev
Hello everyone, I have git install on different pc, and on this pc I have different behavior on result of the command "git status". After did some git commit I do git status and have this two situation: *PC1*[code] On branch master nothing to commit, working directory clean [/code]

Re: [git-users] Why the directory, through git clone, has less files of the older directory through git pull origin master?

2016-09-02 Thread edgaroliveira . dev
Hello, So, this means which I can stay rested because this is normal! :) This means if I delete my directory on pc1 or pc2 I won't lost any files. Because this difference on numbers of file it is refers archive which git created derivate of my commits and another action on git, rights? Which I

Re: [git-users] Why the directory, through git clone, has less files of the older directory through git pull origin master?

2016-09-02 Thread Philip Oakley
This is normal. The internal .git/ repository will have different levels of packing. The clone will recieve a highly packed version, while the one you developed will have internal loose files. These are internal features that should be your tomorrows problem. Philip - Original Message

Re: [git-users] git repo bitmap creation

2016-09-02 Thread Arumuga
Hi Phiip, Thanks a lot for the answer and suggestions. As you said, bitmap works with single pack file. I am checking with Peff. Regards, Arumuga On Friday, 2 September 2016 01:28:21 UTC+5:30, Philip Oakley wrote: > > - Original Message - > > *From:* Arumuga > *To:* Git for human