Skip to content
Snippets Groups Projects
get_sha_1 66 B
#!/bin/sh

git log | grep commit | head -n 1  | cut -d " " -f 2