I set up a git repository and push,pull were working fine 2 days back. this is the first time I am using git and version control systems Now today when I copied some files in it and started pushing them,I noticed it was pushing 90mb data.I was genuinely surprised how this can be. Later I found that 90 mb size was due to .git folder. What is the reason of this? Am i doing something wrong? How can I stop pushing .git folder?
When above thing was not working i created a new folder and set up clone of my repository.I fetched my repository in it and it came fine. When I ran git status,it showed my full home folder as untracked files. Why is this happening?