By default, git escapes “unusual” characters with backslashes and their octal code. To stop this from happening, you can set core.quotepath to false.
git config core.quotepath false
Changelog
- 2023-07-23
- Page creation.
By default, git escapes “unusual” characters with backslashes and their octal code. To stop this from happening, you can set core.quotepath to false.
git config core.quotepath false
André R. S.. 2021–2023, powered by Jekyll Garden