I've recently downloaded git in my laptop and according to the Pro Git book I have to set it up before working with it, and I'm using Visual Studio as a code editor. So, my question is: what is the correct command to use in the git bash to do so?
Asked
Active
Viewed 141 times
4
-
The right code to use in git bash is : $ git config --global core.editor "Microsoft Visual Studio 2015" – A. Lyoussi Sep 12 '15 at 11:48
1 Answers
4
Check MSDN article for this: they provide a comprehensive documentation for it

Basit Anwer
- 6,742
- 7
- 45
- 88