git - Only fetch commit history? -
git - Only fetch commit history? -
is somehow possible fetch commit history remote repository? i've tried pass --bare
alternative when cloning, seams download content well.
would possible utilize scp on ssh protocol?
i want able to
rungit shortlog -se
in end. work repos services github.
as far know, there no such alternative in git itself. using git protocols, should able retrieve commit objects, not trees or blobs. mean understanding how git works , using libgit2.
another, , easier, alternative utilize the github api, repo commits api. obviously, work repos hosted on github.
git ssh
Comments
Post a Comment