Hi, can I upgrade LibreY by just git pull, or will this overwritten my configuration?
Sorry for asking such trivial questions but I had a bad rm -Rvf .* experience this week.
That should be fine, since the file you're generally editing have the .example suffix in the config. To be extra safe, you can always just make a backup like so:
Hi, can I upgrade LibreY by just
git pull
, or will this overwritten my configuration? Sorry for asking such trivial questions but I had a badrm -Rvf .*
experience this week.