version control - Stopping .git to be uploaded every time I push to repository -


i set git repository , push,pull working fine 2 days back. first time using git , version control systems today when copied files in , started pushing them,i noticed pushing 90mb data.i genuinely surprised how can be. later found 90 mb size due .git folder. reason of this? doing wrong? how can stop pushing .git folder?

when above thing not working created new folder , set clone of repository.i fetched repository in , came fine. when ran git status,it showed full home folder untracked files. why happening?

when push changes happens expect: transfers minimal required changeset remote repository, if transfered 90 mb it's because 90 mb needed.

the .git folder holds information changeset, commits, , other info, , not transfered @ each push.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -