# Git versiebeheer
U kunt QOwnNotes instellen om wijzigingen in uw lokale notitiemap automatisch toe te voegen aan een git-opslag in uw notitiemap.
Dit kan in de instellingen voor Git versiebeheer in de Algemene instellingen.
U moet git geïnstalleerd hebben op uw systeem en het Git-uitvoerbare bestand moet in het PATH vermeld staan of u kunt het pad naar het Git-uitvoerbare bestand instellen in de instellingen voor Git-versiebeheer.
U dient ook git-ondersteuning in te schakelen voor elke notitiemap waar u git-versiebeheer wilt gebruiken!
TIP
Don't forget to set your git username and email address in the terminal:
git config --global user.email "[email protected]"
git config --global user.name "Uw Naam"
1
2
2
Made by Patrizio Bekerle with ❤️