more verbose

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-05-16 09:04:28 +02:00
parent db3e3fa701
commit 86aa338adc
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -11,7 +11,7 @@ git fetch
git checkout master
git pull
[[ $latestCommit == "$currentCommit" ]] && exit # nothing to do
[[ $latestCommit == "$currentCommit" ]] && echo "Nothing to do. Commit is: $latestCommit" && exit # nothing to do
git fetch
git checkout -B update-library-"$(date +%F)" origin/master