Files
thpeetz-notes/Infos/IT/git notes.md
T
2026-01-27 16:34:57 +01:00

15 lines
322 B
Markdown

---
tags:
- IT/Development/Git
---
## Verwendung
## Konfiguration
```shell
git config --add remote.origin.fetch '+refs/notes/*:refs/notes/*'
git config --add remote.origin.push '+refs/heads/*:refs/heads/*'
git config --add remote.origin.push '+refs/notes/*:refs/notes/*'
git config notes.displayRef 'refs/notes/*'
```