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.
- how can I remove this file from the repo even though I did a git commit (I added it to .gitignore now but its sort of late)
- how can I see if the file is in the master or not?
I don't want to wipe the entire commit as there are other files I want commited (and not lost).