We are seeking assistance with an issue regarding one of our repositories. The repository has exceeded the 4.0 GB size limit and we are unable to push merges or updates.
To restore functionality, we would like to remove two specific commits.
Can you please tell us how to safely remove the merged commits and resolve the repository size issue?
We look forward to your prompt response.
Hello,
Welcome to the community!
As you may know, removing commits from a Git repository is not straightforward. It requires rewriting history, which means altering the repository's commit history.
Here are some steps you can use as reference:
1. Backup:
2. Using Tools:
3. Collaboration Impact:
4. Communication:
Cheers,
Phil C.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.