This message was deleted.
# feature-requests
s
This message was deleted.
1
p
Hi there! Sorry that it's been confusing - can I ask what specifically is causing issues?
s
Example: I just typed
git branch down
when I meant
gt branch down
and this has an unwanted side effect 😞
a
Yep, what Steve said. Also I keep creating a branch named
checkout
because I accidentally ran
git branch checkout develop
.
Also one of our colleagues used
gt push
thinking it was Graphite command and messed up his stack somehow.
p
Ah so the
git branch down
and
git branch checkout develop
don't sound like git passthrough issues necessarily, but instead using
git
where
gt
should be used What I'd suggest here is using the
gt
shortcuts (see this command reference) to reduce overlap between
git
and
gt
commands such that if you were to accidentally use
git
again, it wouldn't be destructive. (In these cases, you could use
gt bd
for
gt branch down
and
gt bco
for
gt branch checkout
) A nice side effect is that it also speeds up your workflow so you don't have to type such long key words :')
The
gt push
one is a little tough - we're planning some overarching changes to the CLI that should make it less confusing when interacting with git commands in general!