This message was deleted.
# feature-requests
s
This message was deleted.
āœ… 1
j
I believe the historical reason is that we have
gt branch checkout
so we don't pass that one through — but it should be perfectly safe to use
git checkout -
in between graphite commands!
m
Do you have any concerns about me adding it to the allow list? https://github.com/withgraphite/graphite-cli/blob/8e6b5e3d1b1da2bb49d3a27feccfc103ee46a628/apps/cli/src/lib/pre-yargs/passthrough.ts#L5 main motivation is to be able to keep using
gt
seamlessly instead of
git
but I’m fine either way :)
j
We have only included commands in the allowlist that don't have a graphite equivalent — of course there is a trade off because we don't have functionality equivalent to
checkout -
but we'd like to keep it this way to reduce ambiguity w.r.t which command to use.
šŸ‘ 1