Dieses Blog durchsuchen

Samstag, 15. Oktober 2016

git: let git learn how to solve conflicts automaticly: rerere

Once you have solved a conflict, you can git tell to learn from you.
Activate rerere and next time the same conflicts occures git will solve this conflicts automaticly

git config --global rerere.enabled true

Keine Kommentare:

Kommentar veröffentlichen