https://github.com/oholovko/git-crypt-windows
Auto build AGWA/git-crypt for Windows.
https://github.com/oholovko/git-crypt-windows
Last synced: 6 months ago
JSON representation
Auto build AGWA/git-crypt for Windows.
- Host: GitHub
- URL: https://github.com/oholovko/git-crypt-windows
- Owner: oholovko
- Created: 2018-02-22T17:23:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T18:39:21.000Z (about 7 years ago)
- Last Synced: 2024-08-13T07:04:24.934Z (10 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 45
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - oholovko/git-crypt-windows - Auto build AGWA/git-crypt for Windows. (Others)
README
# git-crypt for Windows
### About
It`s auto build [AGWA/git-crypt](https://github.com/AGWA/git-crypt) for Windows.### Installation
The easiest way to get started with the git-crypt is to download the [latest release](https://github.com/oholovko/git-crypt-windows/releases) and copy it in to yours Git folder.For example, for me full way to git-crypt file looks like this:
```cmd
C:\Program Files\Git\cmd\git-crypt.exe
```After that, for start work you can open yours git-bash or cmd console and try to write:
```cmd
git-crypt
```If you accidentally got here, but want to use git-crypt on Linux, please, go to [LINUX_README.md](https://github.com/oholovko/git-crypt-windows/blob/master/LINUX_README.md).
**Thats all.**