Auto complete git tab in mac ios

2 years ago
1

TAB AUTO COMPLETE GIT IN VSCODE

Step 1: nano/vim .bashrc

Step 2: Paste this in .bashrc and save it if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi

Step 3:
chmod +x ~/.git-completion.bash

Step 4:

source ~/.bashrc

Loading comments...