Skip to content

Commit

Permalink
feat(windows): documented windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 18, 2016
1 parent ad27096 commit 084a4bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 084a4bc

Please sign in to comment.