Added current state of different documents. Finished github copilot manual.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Git Credentials speichern
|
||||
|
||||
```bash
|
||||
git config --global credential.helper store
|
||||
```
|
||||
|
||||
Anschließend werden bei erfolgreichen Logins an Remotes die Anmeldedaten in der Datei `~/.git-credentials` gespeichert.
|
||||
|
||||
```
|
||||
Warnung:
|
||||
Diese werden unverschlüsselt gespeichert.
|
||||
```
|
||||
|
||||
# Konfiguration
|
||||
```bash
|
||||
git config user.name "ghost"
|
||||
git config user.email "ma-koenig@gmx.net"
|
||||
```
|
||||
Reference in New Issue
Block a user