目錄
homepage: http://git.or.cz/index.html
過程 4. Git
install
sudo apt-get install git-core
config
$ git-config --global user.name neo $ git-config --global user.email openunix@163.com
Initializ
$ mkdir repository $ cd repository/ /repository$ git-init-db Initialized empty Git repository in .git/
to check .gitconfig file
$ cat ~/.gitconfig [user] name = chen email = openunix@163.com