git:tips
Tips
git config
- /etc/gitconfig
Git でこのファイルの読み書きをするには、–system オプションを指定します。
- ~/.gitconfig
ホーム直下
Git でこのファイルの読み書きをするには、–global オプションを指定します。
- .git/config
リポジトリにある.gitディレクトリ直下
git config 時にオプションは指定しない。
git/tips.txt · 最終更新: 2015/05/15 01:15 by clownclown