Github Desktop: Commit history keeps “shallowing” itself
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?
Dev branch always showing full commit history in PR
I have a dev
branch and a main
branch that are used to create a testing and production dashboard respectively.