git設定の履歴
エイリアスの設定
$ git config --global alias.co "checkout"
設定ファイルの場所
~/.gitconfig
vi ~/.gitconfig
で設定を追加したり変更してもOK
色をつける
[color] status = auto diff = auto grep = auto
などなど!
$ git config --global alias.co "checkout"
~/.gitconfig
vi ~/.gitconfig
で設定を追加したり変更してもOK
[color] status = auto diff = auto grep = auto
などなど!