summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 2e537e5..0f246b7 100644
--- a/README
+++ b/README
@@ -20,7 +20,10 @@ $ git remote add --fetch $cutename $url
$ git reset $cutename/master
# Checkout dotfiles that were not already in $HOME:
-$ git checkout -- .gitignore # …
+$ git checkout -- .foo .bar .baz
+
+# Tell Git to ignore all untracked files:
+$ echo '*' >> .git/info/exclude
# Tell Git to forget about repository fluff:
$ git update-index --assumed-unchanged -- README # …