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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...