From 4a0161501133d8482c0456c49de6b24bd48355b4 Mon Sep 17 00:00:00 2001 From: Mike van Leeuwen Date: Wed, 21 Oct 2020 03:50:49 +0200 Subject: [PATCH] Removes tiny typo from README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 861a596..f6e8abc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ interactive experience. It is originally inspired by [forgit](https://github.com of the flexible implementation of `dotbare`, it can easily integrate with symlink/GNU stow setup or even as a generic fuzzy git client to use in any git repository. -As a generic fuzzy git client (usign `--git` flag), `dotbare` dynamically determine the top level `.git` folder and process git information +As a generic fuzzy git client (using `--git` flag), `dotbare` dynamically determine the top level `.git` folder and process git information and perform git operation in the current working tree. You could find out how git bare repository could be used for managing dotfiles [here](https://www.atlassian.com/git/tutorials/dotfiles).