Other articles


  1. GIT

    Install:

    (1) yum install git (or) yum install git-core

    First-Time Git Setup:

    (1) Define your Identity git config --global user.name "" git config --global user.email

    (2) To check the settings git config --list

    Frequently Used Commands:

    (1) To begin tracking new files, to stage files, and to do other ...

    read more

blogroll

social