README: git

This commit is contained in:
Sven Velt 2024-09-17 15:36:24 +02:00
parent 561e198e03
commit bdfb41433c

View file

@ -180,3 +180,27 @@ Ein `cat /var/lib/lxc/tn00-alpine3b/rootfs/etc/os-release` im Host würde also d
## 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.
## Praktische/Schöne Statusbar für vim
```
apt install vim-airline
```