Basically, all commit history and file changes will pile up into the most recent commit. Not only does this look messy, but it makes github slow down to a crawl as it tries to load everything the commit “has.” What could possibly be causing this?
- Deleting the shallow file in .git will fix it temporarily
- Other contributors have this file, but their commit history looks fine
- Contributors and I all work on the same branch
New contributor
Tyroth Bladesinger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.