How to set up a code editor in git?

I recently downloaded git to my laptop and, according to the Pro git book, I have to configure it before working with it, and I use Visual Studio as a code editor. So my question is: what is the correct command to use in git bash for this?

+4
source share
1 answer

Check out the MSDN article for this: they provide comprehensive documentation for it.

+4
source

Source: https://habr.com/ru/post/1606926/


All Articles