summaryrefslogtreecommitdiff
path: root/day0/ex05/git.commit.sh
blob: 92bdca08cc3d419273ec5939fa928c3cc6c4fa1c (plain)
1
2
3
4
5
#!/bin/sh

# POSIX compliant shell script to display the last 5 commits of a given git repository

git log --format='%H' -n5