Git

This page (revision-3) was last changed on 14-Aug-2025 19:29 by Dieter Käppel

This page was created on 14-Aug-2025 15:41 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 14-Aug-2025 19:29 858 bytes Dieter Käppel to previous
2 14-Aug-2025 19:28 935 bytes Dieter Käppel to previous | to last
1 14-Aug-2025 15:41 664 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links
Git ...nobody
Git

Version management

Difference between version and

At line 8 removed 6 lines
Oder für alle Repos global:
{{{bash
git config --global pull.rebase false
}}}
At line 20 changed one line
git config --global credential.helper store
git config credential.helper store
At line 20 added 2 lines
__Hinweis:__ Durch zusätzliche Angabe der Option --global werden Settings global gespeichert. Wenn sich das Git-Repository in einem Docker-Volume befindet, möchte man oft ohne --global arbeiten. Dadurch werden die Settings persistent und nicht durch den Volume Re-Create überschrieben.