One of my team member committed and pushed so large and many files at once (5 Gbyte) on git server accidentally. It's one commit.
And every other team members can not get the git update because it's too slow.(maybe takes 5~6 hours or more). So I think we can not delete the commit on local machines because we can not update the commit yet. (git revert, git reset etc.) Unfortunately, she got off work, so we can not access her local machine.
But, we can access the git repo server using shell.
project3.git
and the folder.
HEAD config description hooks info objects packed-refs refs
So if it's possible, we want to revert or remove the commit or the file using shell command on the server directly. Then our team memebers do not need to get the update.
Is there any way to do that?
Update : We know the commit name. ex) 33aedaf55e
git logand see the latest commit name