omit --global

main
Kai Wollweber 2023-10-16 15:02:48 +02:00
parent 056f1165a7
commit 6e3927aa1d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Es sollte in der lokalen git-Konfiguration mail und Name gesetzt sein:
- `git config --global user.email “you@example.com”` - `git config --global user.email “you@example.com”`
- `git config --global user.name “Your Name”` - `git config --global user.name “Your Name”`
(Wenn man verschiedene Identitäten verwenden will: --global weglassen) (Wenn man verschiedene Identitäten verwenden will: --global weglassen, dann gelten die Einstellungen nur für dasaktuelle repository.)
## Arbeiten mit ssh ## Arbeiten mit ssh