Slackbot
06/02/2023, 12:37 AMThomas Gui
06/02/2023, 6:19 PMgt repo init --reset
without it erroring 🙃Thomas Gui
06/02/2023, 6:41 PM.graphite_repo_config
and got to the initialization stage but when I chose master
as my trunk it ran into the same issue, I guess something must be messed up with my local repo?Thomas Gui
06/02/2023, 6:47 PMVampire
06/02/2023, 7:52 PM--debug
?Sean Mackesey
06/05/2023, 7:46 PMgit merge-base ...
, fatal: Not a valid commit name
)-- it started showing up when I did a git reset HEAD~1
on a branch.Sean Mackesey
06/05/2023, 7:49 PMgt repo sync
or gt branch checkout
-- seems every gt
command is broken.Sean Mackesey
06/05/2023, 7:54 PMgit branch -D
) and now the errors have disappeared.