Daniel Gustaw
DG
Search
{ const input = $refs.search.querySelector('input'); if(input instanceof HTMLInputElement) { input.focus(); } }, 100) }">
Open menu
Light / Dark mode
light
dark
system
Select language
Polish
Spanish
Blog
Dev Notes
Contact
Blog
Dev Notes
Contact
English
Read in another language 👇
Light / Dark mode
light
dark
system
Polish
Spanish
How to change git editor to nano?
It is easy:
git
config
--global
core.editor
"
nano
"