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:

Elasticsearch Tutorial: A Comprehensive Guide for Business Owners and Decision-Makers

Introduction to Elasticsearch What is Elasticsearch? Elasticsearch is an open-source, distributed search and analytics engine built on t...