@@ -7,8 +7,11 @@ Use this repository to bootstrap git on your windows box.
* install [just-install](https://just-install.it/), if not present
* afterwards it install git, if not present
* creates an ssh keypair located in `C:\hshgitlab\id_rsa` and `C:\hshgitlab\id_rsa.pub`
* adds the private key as default to the `${env:programfiles}\Git\etc\ssh\ssh_config`, which allows you to use it in the git binary.
* prints the public key on your console
**NOTE** It does not add git to the path. You need to do this manually - path: `${env:programfiles}\Git\bin\`
## Usage
Be careful, this executes code directly on your machine. You are expected to [read the script](https://lab.it.hs-hannover.de/powershell/bootstrap-git/blob/master/Install.ps1) before you execute it.