突っ走り書き

見せるほどのものでは..

バージョン管理をGit に乗り換え

バージョン管理システムとして Git を導入した.

git のダウンロード

$ sudo apt-get install git-core

初期設定

設定ファイルは以下のように生成する.

git config --global user.name "your name"
git config --global user.email "your@adress"
git config --global color.ui auto
git config --global editor = vim
git config --global pager = lv -c