Browse and display files in a git repo without cloning -
Is there any way to browse and display files in any git repo without first cloning it? I can do it in svn using those commands:
I guess Fatal: Not a GIT repository
You want the command That allows you to get some information about the remote repository, but you can not tell history or list directory or anything at that level: it is essentially only a lot of you Allows remote viewing objects The highest level (for example, you can currently see HEADs tag).
The only real way you want to do (if I understand correctly) is to use the ssh to run the remote command and return the result, for example:
< Code> ssh me @otherhost "cd repo & git log -n 10"
If you can add it then you want beautiful functionality, but what I've read Since then, this is not very easy because GE titing history etc. requires a lot of information which Be local to GIT, and at that point you can fetch a Geithat.
Comments
Post a Comment