You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
259 B
6 lines
259 B
AUTHOR="$*"
|
|
GREADLE=/home/thomas/.gradle/wrapper/dists/gradle-6.8.1-bin/292llow5buzp6wg9rco3vjhoc/gradle-6.8.1/bin/gradle
|
|
git log --pretty="%H" --author="$AUTHOR" | shuf -n 5 > ${AUTHOR// /_}-commits.txt
|
|
cat ${AUTHOR// /_}-commits.txt
|
|
|
|
git checkout master
|