From d6975dc6602084932058692d0089befe92cce76f Mon Sep 17 00:00:00 2001 From: Darshan Patel Date: Mon, 16 Sep 2019 12:50:37 -0700 Subject: Add instructions to ignore dirty commits --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ``` -- cgit v1.2.3