(1 votes, average: 1.00 out of 5)
Loading...
First lets get the auto completed code
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bashNow add to your .bashrc or .bash_profile
if [ -f ~/.git-completion.bash ]; then . ~/.git-completion.bash fiTo enable Git color coding
git config color.ui git config --global color.ui true
0
0
votes
Article Rating