Guest User

Untitled

a guest
Oct 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. 1200 j:~ j$ echo -en "Hello" | git hash-object --stdin
  2. 5ab2f8a4323abafb10abb68657d9d39f1a775057
  3. 1204 j:~ j$ echo -en "blob 5\0Hello" | openssl sha1
  4. 5ab2f8a4323abafb10abb68657d9d39f1a775057
  5. 1204 j:~ j$
Add Comment
Please, Sign In to add comment