I'm using GitHub as my GIT repository. Recently I committed a huge folder of images, and now when I do a push
, the process fails after about 10 minutes.
I have learned my lesson not to commit big files at the same time, but right now I'm kinda locked. I went through the images and using TortoiseGIT, I selected "Delete (Keep Local)" option, but still when I do a push
, the process takes forever and I can still see the same number of objects being calculated, and the process fails again.
Is it possible to remove the images from queue? I can use the command line too if there is a solution. Thanks