My local repository has about 500 files and a total size of about 125 MB. I initialized the git repository to the repository provided by http://repositoryhosting.com/ . "
I completed the following steps using the git GUI
- git commit (my local repo)
- git remote add
- git click
He said that it booted into Remote Repo and I could see the files, but now the repo only had a size of 26 MB .
I tried to clone git and git in two different cases on another machine from a remote repo. It seems they downloaded exactly 26 MB that was on the remote repo. But when I check the size of the folder on the machine, it shows that it is 125 MB .
Questions:
- "git push" compress data at boot time in Remote Repo?
- Am I losing data?
- If I try to make a copy of a remote repo on several local machines so that several people can work in one project, do I use git Clone or git Pull?
source share