CoreUI ONE — 250+ PRO components and 25+ admin templates for React, Angular, Vue, Bootstrap and Next.js, plus Data Grid, Scheduler, 4,300+ PRO icons and the Next.js boilerplate. One license. → See what you get

How to recover lost stash in Git

Recovering lost Git stashes is possible even after dropping or clearing stashes using reflog and fsck commands. As the creator of CoreUI, I’ve recovered numerous accidentally dropped stashes. Git retains stashed changes as dangling commits for a period, allowing recovery after stash drop or clear operations. This approach ensures no work is permanently lost when stashes are accidentally removed.

Read More…

How to recover deleted commit in Git

Recovering deleted Git commits is possible because Git retains orphaned commits for a period even after they appear deleted. As the creator of CoreUI, I’ve recovered countless accidentally deleted commits. Git’s reflog and fsck commands help locate and restore commits that seem lost after hard resets, rebases, or branch deletions. This approach ensures no work is permanently lost due to Git operations.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.