search

Home  >  Q&A  >  body text

Git 使用 Bash alias 无法自动补全, 有好的办法么?

看到说 Linux 下 ~/.gitconfig 文件中设置 [alias] 之后能用短命令.
我觉得还是太长, 于是在 Bash 的 .bashrc 配置里写了更简短的 alias,
结果, 发现自动补全 branch 的功能出问题了.. 请问有好的解决方案么?

大家讲道理大家讲道理2801 days ago845

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-21 10:58:53

    Use Z shell, zsh can automatically expand when alias is completed
    In addition, you can also customize the prompt to display git repo information

    reply
    0
  • Cancelreply