message no. 137932
Posted by JnNy in #github at 2016-06-03T00:04:07Z
Hi, so I'm trying to do a git push, but didn't realize how big one of the files were, so the push failed. If I do git rm, I believe that will delete the files from my directory, which I don't want as I'm only pushing a few files. How can I remove this file from the list of files I did 'git add' for, without deleting the actual files?