gitsh 0.9 发布了,gitsh 开始一个 git 操作的 SHELL 环境,用以替代原有命令行的操作方式。 该版本包含一些新特性,包括: 新特性 Ignore git at the start of commands when git's help.autocorrect setting is enabled (Rob Warner, George Brocklehurst) Customise prompt colours by setting git config variables (George Brocklehurst) Support Ruby binaries named ruby21, for improved compatibility with BSD (Mike Burns) Improve install documentation (@lf-) Support shortened branch names in the prompt format using %B (Saron Yitbarek, George Brocklehurst) 行为变化 Consider unset variables to be an error, e.g. :echo $foo will fail with a helpful error message if $foo isn't set (George Brocklehurst, Harry Schwartz) Switch the default prompt format from the full branch name to the short branch name (Saron Yitbarek, George Brocklehurst) Bug 修复 Don't evaluate arguments until they are needs, which fixes commands like :set foo 1 && :echo $foo (George Brocklehurst) 下载地址:https://github.com/thoughtbot/gitsh/releases/download/v0.9/gitsh-0.9.tar.gz gitsh 0.9 发布,git 交互式操作环境下载地址