How to configure git bash command line completion?

前端 未结 12 1374
猫巷女王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:42

    For Windows

    Tried a lot of things to get autocomplete on Windows command line (cmd)... How it works for me finally on Windows 10:

    • Install Clink
    • Copy git-autocomplete.lua file into C:\Users\\AppData\local\clink
    • Restart Windows

提交回复
热议问题