Thursday, July 27, 2023

BASH - VIM - Commit message on Windows 11

 To write a git commit, start by typing git commit on your Terminal or Command Prompt which brings up a Vim interface for entering the commit message.

  1. Type the subject of your commit on the first line. ...
  2. Write a detailed description of what happened in the committed change. ...
  3. Press Esc and then type :wq to save and exit.

No comments:

Common VPN Myths Debunked

Common VPN Myths Debunked Understanding VPN Technology What is a VPN? A Virtual Private Network (VPN) is a technology that creates ...