Skip to content
Snippets Groups Projects
Verified Commit 1c0c1f63 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

uses simple mac gui editor

fixes #10
parent 3f654e2c
No related branches found
No related tags found
No related merge requests found
......@@ -463,16 +463,16 @@
## git setup #2
```bash
# command line editor
git config --global core.editor nano
# Windows
git config --global core.editor notepad
git config --global core.autocrlf true
# Mac
git config --global core.editor 'open -Wne'
# Linux GNOME / KDE
git config --global core.editor gedit
git config --global core.editor kate
# Windows
git config --global core.editor notepad
git config --global core.autocrlf true
```
notes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment