I added a 50mb file or so and did a git commit
.
I starting doing a :
git push origin master
But mid-way I cancelled the operation.
I don't want to wipe the entire commit as there are other files I want commited (and not lost).
Good that you cancelled it.
Remove the giant file.
git add -A
git commit --amend -C head
git push origin yourbranch
You should be fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With