Last active
July 27, 2016 14:16
-
-
Save jlandure/225d87ab3979d0e7398fa4754947c11d to your computer and use it in GitHub Desktop.
get git sha1 from a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git rev-parse :front/package.json | |
| b5b0d3057d3f408251a3bed3d210bad7edfd0cc0 | |
| git hash-object package.json | |
| b5b0d3057d3f408251a3bed3d210bad7edfd0cc0 | |
| git rev-parse --short :front/package.json | |
| b5b0d30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment