How can I set up autocompletion for Git commands?

后端 未结 9 1409
挽巷
挽巷 2021-01-31 07:37

I have Git (version 1.7.2.5) bash compeletion working on my Debian squeeze (6.0). Git was installed with aptitude and I am using standard debian\'s bash, which supp

9条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 08:28

    At times git auto-complete disappears because you accidentally deleted your ~/.bashrc file. Check if the bashrc file is there in your home directory. If not, you can always copy it from:

    /etc/skel/.bashrc
    

提交回复
热议问题