Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Obmondo
/
gfetch
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix/checkout robustness
- #6
#6
Merged
ashish1099
merged 21 commits into
master
Obmondo/gfetch:master
from
fix/checkout-robustness
Obmondo/gfetch:fix/checkout-robustness
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Fix/checkout robustness
#6
ashish1099
merged 21 commits into
master
Obmondo/gfetch:master
from
fix/checkout-robustness
Obmondo/gfetch:fix/checkout-robustness
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
fix(gsync): make standard checkout resilient on first sync
Show description for b42a5a4
Rishikesh01
and
claude
committed
b42a5a4
View commit details
Copy full SHA for b42a5a4
Browse repository at this point
fix(gsync): harden openvox first-clone and object-missing checkouts
Show description for 990a6b0
Rishikesh01
and
claude
committed
990a6b0
View commit details
Copy full SHA for 990a6b0
Browse repository at this point
chore: apply go fix (errors.As -> errors.AsType)
Show description for 51a6422
Rishikesh01
and
claude
committed
51a6422
View commit details
Copy full SHA for 51a6422
Browse repository at this point
build: update to Go 1.27
Show description for 9f831e7
Rishikesh01
and
claude
committed
9f831e7
View commit details
Copy full SHA for 9f831e7
Browse repository at this point
chore(gsync): resolve golangci-lint findings in checkout changes
Show description for b7da5b9
Rishikesh01
and
claude
committed
b7da5b9
View commit details
Copy full SHA for b7da5b9
Browse repository at this point
ci: bump golangci-lint to v2.13.2 for Go 1.27
Show description for 8217e21
Rishikesh01
and
claude
committed
8217e21
View commit details
Copy full SHA for 8217e21
Browse repository at this point
Commits on Sep 2, 2026
feat(config): add default_branch_only to sync just the remote HEAD branch
Show description for f91f671
Rishikesh01
committed
f91f671
View commit details
Copy full SHA for f91f671
Browse repository at this point
feat(config): reject settings default_branch_only would override
Show description for f2bea18
Rishikesh01
committed
f2bea18
View commit details
Copy full SHA for f2bea18
Browse repository at this point
fix(gsync): stop default_branch_only pruning the branch it just synced
Show description for fa4ec8b
Rishikesh01
committed
fa4ec8b
View commit details
Copy full SHA for fa4ec8b
Browse repository at this point
Commits on Sep 3, 2026
fix(gsync): fetch Azure DevOps with git, and repair a corrupt index
Show description for 72b43be
Rishikesh01
committed
72b43be
View commit details
Copy full SHA for 72b43be
Browse repository at this point
fix(gsync): route tag and staleness fetches through git too
Show description for 98f3c48
Rishikesh01
committed
98f3c48
View commit details
Copy full SHA for 98f3c48
Browse repository at this point
Commits on Sep 4, 2026
fix(gsync): detect an existing repo by .git, not by the directory
Show description for 121f836
Rishikesh01
and
claude
committed
121f836
View commit details
Copy full SHA for 121f836
Browse repository at this point
fix(gsync): advertise multi_ack so Azure DevOps sends a pack
Show description for c4f0366
Rishikesh01
and
claude
committed
c4f0366
View commit details
Copy full SHA for c4f0366
Browse repository at this point
feat(config): default_branch_only excludes tags as well
Show description for 08122d1
Rishikesh01
and
claude
committed
08122d1
View commit details
Copy full SHA for 08122d1
Browse repository at this point
refactor(gsync): set capabilities in New, and note the v6 constraint
Show description for 9f47577
Rishikesh01
and
claude
committed
9f47577
View commit details
Copy full SHA for 9f47577
Browse repository at this point
refactor(gsync): inline the single-caller known_hosts helper
Show description for 9f8bc4d
Rishikesh01
and
claude
committed
9f8bc4d
View commit details
Copy full SHA for 9f8bc4d
Browse repository at this point
refactor(gsync): simplify SyncRepo and the default-branch checkout
Show description for d6858e3
Rishikesh01
and
claude
committed
d6858e3
View commit details
Copy full SHA for d6858e3
Browse repository at this point
fix(gsync): run the corrupt-index repair on every checkout path
Show description for 7d37805
Rishikesh01
and
claude
committed
7d37805
View commit details
Copy full SHA for 7d37805
Browse repository at this point
fix(gsync): match go-git errors by sentinel and drop the object probe
Show description for d1b9ce0
Rishikesh01
and
claude
committed
d1b9ce0
View commit details
Copy full SHA for d1b9ce0
Browse repository at this point
test(gsync): reuse the existing repo setup helper
Show description for 6ad7cf3
Rishikesh01
and
claude
committed
6ad7cf3
View commit details
Copy full SHA for 6ad7cf3
Browse repository at this point
docs: document default_branch_only
Show description for bd994cb
Rishikesh01
and
claude
committed
bd994cb
View commit details
Copy full SHA for bd994cb
Browse repository at this point
You can’t perform that action at this time.