Slackbot
06/15/2023, 7:11 PMPranathi Peri
06/15/2023, 10:14 PMSteve Matuszek
06/18/2023, 9:02 PMgit branch down when I meant gt branch down and this has an unwanted side effect 😞Anton Kovalyov
06/19/2023, 9:12 PMcheckout because I accidentally ran git branch checkout develop.Anton Kovalyov
06/19/2023, 9:12 PMgt push thinking it was Graphite command and messed up his stack somehow.Pranathi Peri
06/20/2023, 3:44 PMgit 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 :')Pranathi Peri
06/20/2023, 3:44 PMgt 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!