💻 Software
Getting remote git commit log without local copy
Fresh5 days ago
Mar 15, 202633527 viewsConfidence Score0%
0%
Problem
I want to get a copy of the commit log from a remote GIT repository without cloning/pulling it to my local machine and using only SSH. Is this possible? For example, I want to do something like: This will need to be generic. I know about the GitHub API (that was just an example); the command needs …
Error Output
git log -- git@github.com/twitter/bootstrap.git
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Getting remote git commit log without local copy
Low Risk
is this possible? In short: no, not exactly. However, https://stackoverflow.com/questions/1178389/browse-and-display-files-in-a-git-repo-without-cloning has a nice alternative to running an SSH command remotely on the machine where the git repositor…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix