Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)
Posted 飞翔的鲲
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)相关的知识,希望对你有一定的参考价值。
DATE:2021.7.13
1、前言
从Windows操作系统转向macOS操作系统之后,确实有一些不适应,一方面是操作界面的巨大差异,另一方面就是触控板的差异。这里主要是详细讲解一下macOS终端tab键git命令自动补全的配置方法。
2、方案一:homebrew
主要参考:Install Bash git completion
-
Install homebrew
-
Install Git and bash-completion: brew install git bash-completion (Note: If this install fails with a 404 error, and you already have git installed, just remove the git part of this brew install)
-
Add bash-completion to your ~/.bash_profile:
以上是关于Tools系列macOS终端开启tab键git命令自动补全配置方法(2种方案,亲测有效)的主要内容,如果未能解决你的问题,请参考以下文章