Search posts and notes
ESC
Daniel Gustaw
DG
Search
Open menu
Light / Dark mode
light
dark
system
Select language
Polish
Spanish
Blog
Dev Notes
Projects
Contact
Blog
Dev Notes
Projects
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
"