How to configure git bash command line completion?

前端 未结 12 1423
猫巷女王i
猫巷女王i 2020-11-28 18:50

E.g. on a fresh ubuntu machine, I\'ve just run sudo apt-get git, and there\'s no completion when typing e.g. git check[tab].

I didn\'t find

12条回答
  •  执念已碎
    2020-11-28 19:35

    Ubuntu

    There is a beautiful answer here. Worked for me on Ubuntu 16.04

    Windows

    Git Bash is the tool to allow auto-completion. Not sure if this is a part of standard distribution so you can find this link also useful. By the way, Git Bash allows to use Linux shell commands to work on windows, which is a great thing for people, who have experience in GNU/Linux environment.

提交回复
热议问题