Skip to content
Snippets Groups Projects
Commit 270d5961 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Describe ssh_config and tell something about the path.

parent 5d6da744
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment