skydevops.co.in
Adding Git profile to Mac Terminal
Edit the .bash_profile to add the Git Profile cd ~ vi .bash_profile # Setting Colors c_cyan=`tput setaf 6` c_red=`tput setaf 1` c_green=`tput setaf 2` c_sgr0=`tput sgr0` # Branch Colors branch_colo…