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 @@ ...@@ -463,16 +463,16 @@
## git setup #2 ## git setup #2
```bash ```bash
# command line editor # Windows
git config --global core.editor nano git config --global core.editor notepad
git config --global core.autocrlf true
# Mac
git config --global core.editor 'open -Wne'
# Linux GNOME / KDE # Linux GNOME / KDE
git config --global core.editor gedit git config --global core.editor gedit
git config --global core.editor kate git config --global core.editor kate
# Windows
git config --global core.editor notepad
git config --global core.autocrlf true
``` ```
notes: notes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment