From 084a4bc5fb238273272aac8a6d57bab1d2b92b06 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Thu, 17 Mar 2016 22:06:02 -0400 Subject: [PATCH] feat(windows): documented windows support --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f5d786..1f854f7 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ them to the `config > pre-git` object manually. Related project: [post-merge-make](https://github.com/bahmutov/post-merge-make) runs `make post-merge` after pull or merge. +## Windows + +Thanks to [ybiquitous](https://github.com/ybiquitous) for +[adding support](https://github.com/bahmutov/pre-git/pull/72) for Windows. + +* Git Bash (Git for Windows): work fine! +* Command prompt: work if sh.exe in PATH (e.g. `set PATH=C:\Program Files\Git\bin;%PATH%`) + ## Details You can always skip pre-commit hook (but not pre-push hook!) by using `-n` option