3 lines
60 B
Bash
3 lines
60 B
Bash
|
#!/bin/sh
|
||
|
git log --pretty="commit %h (parents: %p): %s" -1
|