Files
linux-workspace/bin/git-dif1
2022-04-21 14:14:42 +02:00

6 lines
66 B
Bash
Executable File

#!/bin/bash
commit=$1
shift
git diff ${commit}~1..${commit} "$@"