Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.47 KB

usage.md

File metadata and controls

36 lines (27 loc) · 1.47 KB

Usage

How to use extension after it has been installed

With the extension installed, open VS Code at the root of a git repo.

  1. Open VS Code.
  2. Go to the Source Control (Git Extension) tab. You'll see this extension added.
  3. Make a change to a file and use the Source Control pane to stage a file.
  4. Click the extension button.
  5. You'll see a message added the commit message box. Edit it if you want.
  6. Commit with the VS Code UI. e.g. Use CTRL+ENTER or press the tick button.

To avoid having to use the extension with the mouse, you can use the command bar:

  1. Press CTRL+SHIFT+P to open it up, select Auto Commit Message and press enter or click it.
  2. Your cursor will move to the commit message box, so now you can press commit with the keyboard. Use CTRL+ENTER.