FG
💻 Software

How to pull a git repo from github with all unlinked commits

Fresh5 days ago
Mar 15, 20263121 views
Confidence Score0%
0%

Problem

I'm wondering how to pull a repo with all of the commits that have not been gc'd, if that is possible.. is it something like: ? or something else?

Error Output

$ git clone x
$ cd x
$ git fetch origin -f

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to pull a git repo from github with all unlinked commits

Low Risk

There is no command I'm aware of which says "bring down all commit objects in the remote repository, even those that are unreferenced". You can only bring commits with a reference in the remote repository. You can do this with the command: The remot…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment