Wednesday, December 18, 2019

Change git text editor in Git for Windows or cmder with Git

To change to VIM, do:

c:\> git config core.editor "vim"

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...