Closed hoffmann-stefan closed 1 year ago
If you cancel gis fetch or gis push using CTRL-C already started git operations continue to run in the background. They should be cancelled as well and gis should only exit to the bash prompt if there will be no more output of background tasks.
gis fetch
gis push
CTRL-C
This should've been fixed in https://github.com/Deleh/gis/commit/00824ff9cceaf3c0badb6ce9a83044dcbfe05344, feel free to try it and close the issue if everything works as expected.
Looks good 👍
If you cancel
gis fetch
orgis push
usingCTRL-C
already started git operations continue to run in the background. They should be cancelled as well and gis should only exit to the bash prompt if there will be no more output of background tasks.