diff options
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ $ git reset $cutename/master # Checkout dotfiles that were not already in $HOME: $ git checkout -- .foo .bar .baz +# Or checkout everything: +$ git checkout -- $(git ls-files --deleted) + # Tell Git to ignore all untracked files: $ echo '*' >> .git/info/exclude |
