git dazu
This commit is contained in:
parent
723b20ff38
commit
9170772a08
16
git.md
Normal file
16
git.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## git
|
||||
|
||||
### Git-Einführung
|
||||
|
||||
Unter https://training.velt.biz/workshop/Git-Quickstart/ findet Ihr eine kleine Git-Einführung
|
||||
|
||||
### Repositories mit git clonen
|
||||
|
||||
Hier am Beispiel "`cleanup-hosts`" von https://git.velt.biz/Ansible/cleanup-hosts:
|
||||
```
|
||||
git clone https://git.velt.biz/Ansible/cleanup-hosts.git
|
||||
```
|
||||
Das Ergebnis ist ein Verzeichnis "`cleanup-hosts`", welches genau so in das `roles`-Verzeichnis geschoben (und umbenannt) werden kann.
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue