Slackbot
03/07/2023, 2:08 PMJonny O'Mahony
03/07/2023, 2:33 PM&&
with ;
This is a common pattern for me
gt add .; gt continue
Jonny O'Mahony
03/07/2023, 2:34 PMgt rs; gt sr
Gabrielle Delforge
03/07/2023, 2:34 PMBrendan Ngo
03/07/2023, 4:25 PMgt rs -r
will also restack after syncing!Jonny O'Mahony
03/07/2023, 4:25 PMBen Jaffe
03/07/2023, 4:30 PM;
will continue with the next command, even if the first one failed (which could cause issues in a long string of commands). &&
will stop if any of the commands fail.Jacob Gold
03/07/2023, 4:50 PMgt add .; gt continue
->
gt cont -a
😄Jonny O'Mahony
03/07/2023, 5:21 PM