summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Patel <darshan7230@gmail.com>2019-09-16 12:50:37 -0700
committerAnish Athalye <me@anishathalye.com>2019-09-17 08:34:58 -0400
commitd6975dc6602084932058692d0089befe92cce76f (patch)
treecd35588ed994ca6609c47858cc45688c2c658474
parentd20984f5acbb439347399ced4bd242e4ab9ccb07 (diff)
Add instructions to ignore dirty commits
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5faf3f3..c4d7ab8 100644
--- a/README.md
+++ b/README.md
@@ -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
```