The latest version of [the GitHub CLI][1] does not seem to be compatible with `gitsh`. Running `gitsh --git $(which gh)` (as suggested in [`README`][2]), gives the following prompt. ```shell $ gitsh --git $(which gh) gitsh 0.14 Type :exit to exit my-project uninitialized!! ``` [1]: https://cli.github.com [2]: https://github.com/thoughtbot/gitsh/blob/7b890ea6314cfc08a25f5a2c94322e5368a7ffa5/README.md
The latest version of the GitHub CLI does not seem to be compatible with
gitsh.Running
gitsh --git $(which gh)(as suggested inREADME), gives the following prompt.