DevTech101

DevTech101
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
First lets get the auto completed code
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
Now add to your .bashrc or .bash_profile
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
To enable Git color coding
git config color.ui
git config --global color.ui true
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: