dominicparga/howto

Document how to get SHA1 hash from a git repo without cloning

Opened this issue · 0 comments

Add documentation

https://stackoverflow.com/questions/14409266/how-to-get-sha1-hash-from-a-git-repository-without-cloning

git ls-remote https://github.com/dominicparga/howto.git |\
grep 'refs/heads/master' |\
awk '{print $1}'