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.
- Type the subject of your commit on the first line. ...
- Write a detailed description of what happened in the committed change. ...
- Press Esc and then type :wq to save and exit.
No comments:
Post a Comment