diff options
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 |