Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dominicparga opened this issue Aug 22, 2019 · 0 comments
Open

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

dominicparga opened this issue Aug 22, 2019 · 0 comments
Labels
documentation Some info, link, help, description
Projects

Comments

@dominicparga
Copy link
Owner

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}'
@dominicparga dominicparga added the documentation Some info, link, help, description label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Some info, link, help, description
Projects
Git
Awaiting triage
Development

No branches or pull requests

1 participant