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
You can also do this globally -
git config --global http.postBuffer 524288000
That will allow all local repos to push up to 500MB of data.