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:

CSS Basics That Make Your Site Look Professional

CSS Basics That Make Your Site Look Professional Understanding the Role of CSS in Web Design What CSS Does for Website Appearance C...