From bdfb41433c1afcb36b0c21bd863824219c37e27a Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Tue, 17 Sep 2024 15:36:24 +0200 Subject: [PATCH] README: git --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index e377c2f..7139399 100644 --- a/README.md +++ b/README.md @@ -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 +``` + + + +