This message was deleted.
# feature-requests
s
This message was deleted.
1
j
Just replace
&&
with
;
This is a common pattern for me
Copy code
gt add .; gt continue
One of my most commonly used ones is
gt rs; gt sr
❤️ 1
g
oh sweet! TIL 🙂
🎉 1
b
@Jonny O'Mahony fyi
gt rs -r
will also restack after syncing!
j
Game changing!!
ultra fast parrot 1
b
FYI,
;
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.
j
gt add .; gt continue
->
gt cont -a
😄
ty 2
ultra fast parrot 2
j
There’s a bloody command for everything 💪