Add instructions to ignore dirty commits
This commit is contained in:
parent
d20984f5ac
commit
d6975dc660
1 changed files with 1 additions and 0 deletions
|
@ -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
|
cd ~/.dotfiles # replace with the path to your dotfiles
|
||||||
git init # initialize repository if needed
|
git init # initialize repository if needed
|
||||||
git submodule add https://github.com/anishathalye/dotbot
|
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 .
|
cp dotbot/tools/git-submodule/install .
|
||||||
touch install.conf.yaml
|
touch install.conf.yaml
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue