Skip to content
Snippets Groups Projects
00_get_commit_hash.sh 47 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    cd $1
    git rev-parse --short HEAD