Git and Git utils Install
apt-get update
apt-get install git
apt-get install qgit gitk git-svn
Add my Info
git config --global user.name "byounghong.lim"
git config --global user.email byounghonglim@gmail.com
Change Color of Git
git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto
댓글