diff options
author | M.Gergo | 2020-03-26 03:27:56 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-26 03:27:56 +0100 |
commit | f5c88cbab227449ae2c1f000d9911499f6065315 (patch) | |
tree | 7289ade8ca8a81b057f3971214a14dca89cbb568 /checkupdate.sh | |
parent | eda9d0ccda758e677fd0f1f67942057339c5ca99 (diff) | |
download | mayor-f5c88cbab227449ae2c1f000d9911499f6065315.tar.gz mayor-f5c88cbab227449ae2c1f000d9911499f6065315.zip |
checkupdate
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-x | checkupdate.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checkupdate.sh b/checkupdate.sh index f094e685..47febde4 100755 --- a/checkupdate.sh +++ b/checkupdate.sh @@ -39,7 +39,8 @@ if [ $? == 0 ]; then git tag -a "rev$nrev" -m "Rev: $nrev" fi + + git checkout @{-1} fi -git checkout master
\ No newline at end of file |