1
0
Fork 0
mirror of synced 2024-06-20 07:51:10 -04:00

Add instructions to ignore dirty commits

This commit is contained in:
Darshan Patel 2019-09-16 12:50:37 -07:00 committed by Anish Athalye
parent d20984f5ac
commit d6975dc660

View file

@ -40,6 +40,7 @@ If you're using **Git**, you can add Dotbot as a submodule:
cd ~/.dotfiles # replace with the path to your dotfiles
git init # initialize repository if needed
git submodule add https://github.com/anishathalye/dotbot
git config -f .gitmodules submodule.dotbot.ignore dirty # ignore dirty commits in the submodule
cp dotbot/tools/git-submodule/install .
touch install.conf.yaml
```