Tag
Posts tagged “git troubleshooting”

Fix Missing Git Branches - Bench get-app Cloned Only One Branch
Cloned a Git repository but only see one branch in `git branch -a`? Learn why this happens and how to fetch all remote branches properly.

How to Unshallow a Git Repository & Restore Full History
Accidentally did a shallow clone? Learn how to use git fetch unshallow to convert a git shallow clone into a full repository without losing data.