Files
thpeetz-notes/Quellen/git notes.md
T

322 B

tags
tags
IT/Development/Git

Verwendung

Konfiguration

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/*'