LoginSignup
12

More than 5 years have passed since last update.

.gitconfig で他のファイルを include

Posted at

.gitconfigで別ファイルを読み込む - 3100 を参考に .gitconfig で他のファイルを読み込むようにしてみました。

[include]
    path = .gitconfig.local
gitconfig.local
[user]
    name = Tomoki UDA
    email = my-email-hoge@fuga.com

これで .gitconfig の方は公開しても安心!ちなみに git のバージョンは 1.7.10 です。


参考文献

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12