This message was deleted.
# announcements
s
This message was deleted.
l
I believe you could get those middle two into a single command with
gt rs -r
t
oh nice
the CLI, in fact all CLIs, should keep a history of your commands and offer this kind of thing
l
That’d be pretty slick!
g
i'm unfamiliar with
git ch
, but in case you want to `gt`ify it even more, my routine is
gt bco main && gt rs -r && gt ss
🙂
j
if you have the github cli you can also shorten it to
gcm
❤️
t
@Gabrielle Delforge
git ch
is my alias for
git checkout
that’s all