Sunday, December 24, 2017

thumbnail

How to associates the Editors with Git on Mac?







Using ATOM as Editor in Git


Step 1 - Download the ATOM 
Step 2 - Install the ATOM
Step 3-  Open Terminal & Use the following command 

$  git config --global core.editor "atom --wait"








Using Sublime as Editor in Git

Step 1 - Download the Sublime
Step 2 - Install the Sublime
Step 3-  Open Terminal & Use the following command 

$  git config --global core.editor "subl -n -w"









Using TextMate as Editor in Git


Step 1 - Download the TextMate
Step 2 - Install the TextMate
Step 3-  Open Terminal & Use the following command 

$  git config --global core.editor "mate -w"







Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

comments

About me

simple one.