Page MenuHomePhorge

Git fetch branch from shallow repository
ActivePublic

Authored by nawan on Feb 11 2026, 13:38.
Tags
None
Referenced Files
F576: Git fetch branch from shallow repository
Feb 11 2026, 13:38
Subscribers
None
git remote set-branches --add <remote_name> <branch>
git fetch <remote_name> --depth=1 <branch>

Event Timeline

nawan created this object with visibility "Public (No Login Required)".