Git and Git utils Install

    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

     

    'Git > Environment' 카테고리의 다른 글

    저장소 만들기  (0) 2013.04.30
    환경 설정  (0) 2013.04.29
    Basic  (0) 2013.04.29
    Alias  (0) 2013.04.29

    댓글