Git

This page (revision-4) was last changed on 02-Nov-2025 14:13 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
4 02-Nov-2025 14:13 923 bytes Dieter Käppel to previous
3 14-Aug-2025 19:29 858 bytes Dieter Käppel to previous | to last
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 1 changed one line
1. Meldung zum „divergent branches“ loswerden
!!!Meldung zum „divergent branches“ loswerden
At line 5 changed one line
git config pull.rebase false
git config --global pull.rebase false
At line 8 changed one line
(Alternativen: `true` für Rebase, `ff only` für Fast-Forward-only.)
__Alternativen:__ `true` für Rebase, `ff only` für Fast-Forward-only, `pull.ff` für Fast Forward, kein Merge, kein Rebase.
At line 10 changed one line
2. Passwort speichern
!!!Passwort speichern