emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(custom editor) |
|||
Line 23: | Line 23: | ||
git config --global color.status auto | git config --global color.status auto | ||
git config --global color.branch auto | git config --global color.branch auto | ||
Sometimes you have to enter messages in a terminal editor and the default may be vim or emacs. If you like to use another editor, there's this global option: | |||
git config --global core.editor "nano" | |||
These settings are global (for your machine), so you only need to do this once. | These settings are global (for your machine), so you only need to do this once. | ||
== Create the Project Folder == | == Create the Project Folder == |