I have only one branch. For a few months I have been using
git push origin master
to commit to my local repository. Last night after I made
If you are using TortoiseGit for Windows, the easiest way is using the integrated configuration.
In a file explorer press left mouse button, select TortoiseGit -> Settings. Accept the info message. Now, you can choose if you want to configure the property only for the current project or system whide. For systemwide configuration press "edit systemwide gitconfig" and add the next line to the section [http]
:
postBuffer = 524288000
(it the section [http]
doesn't exist, create it)