Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| knowledge_base:sonstiges:git_sign_commit [2023/11/23 17:30] – [SSH] - example code for most common config julian.lemmerich | knowledge_base:sonstiges:git_sign_commit [2024/11/02 20:50] (aktuell) – add ssh-agent info julian.lemmerich | ||
|---|---|---|---|
| Zeile 11: | Zeile 11: | ||
| git config --global user.signingkey ~/ | git config --global user.signingkey ~/ | ||
| git config --global commit.gpgsign true | git config --global commit.gpgsign true | ||
| + | </ | ||
| + | |||
| + | ==== with ssh-agent ==== | ||
| + | |||
| + | install git for windows with " | ||
| + | |||
| + | < | ||
| + | git config --global user.signingkey " | ||
| </ | </ | ||