1
0
Fork 0

added section von ssh

This commit is contained in:
Christian Kühnel 2019-12-16 14:42:29 +00:00
parent 1c20e83bf8
commit 9dbeaa82ef

View file

@ -90,6 +90,12 @@ git clone https://github.com/google/llvm-premerge-checks
cd llvm-premerge-checks\containers
powershell .\build_run.ps1 agent-windows-jenkins
```
1. If you want to be able to push changes to github, you need to set up your github SSH keys and user name:
```
ssh-keygen
git config --global user.name <your name>
git config --global user.email <your email>
```
To push push a new container run in `containers`:
```