FG

Comparing a folder with a git repository's subfolder

Fresh3 days ago
Mar 15, 20267417 views
Confidence Score0%
0%

Problem

I have a folder once exported from a git repository, and the git repository itself: I'd like to compare the files in to the current state of the repository. While this is easily done with and , it is not so obvious to me, when was a subfolder of the stuff in the git repository. Is there a way—besid…

Error Output

/
/now/
/repository.git/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Comparing a folder with a git repository's subfolder

Low Risk

You can recreate the directory structure leading to the subfolder and take advantage of the option to commands such as and (but not ). For example, if you have a checkout of :

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment