You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by Li Yang <li...@apache.org> on 2016/09/13 10:00:29 UTC

.gitconfig added to repo

Hi all

I added ".gitconfig" to Kylin repository, aiming to sync some important git
settings among all of us. However you have to run following command in your
local repo to make it work.

    *git config --local include.path ../.gitconfig*

For more details, pls ref
http://stackoverflow.com/questions/18329621/storing-git-config-as-part-of-the-repository

Cheers
Yang