Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>crtNew to Visual Studio Code? Get it now.
crt

crt

Branislav Jaksic

|
59 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CRT Autocomplete for VS Code

CRT Autocomplete is an extension for Visual Studio Code designed to streamline your Git workflow. This extension provides convenient commands accessible directly from the VS Code command palette.

Features

  1. crt push: Pushes the current branch to the origin remote.
  2. crt pull: Pulls updates from the current branch of the origin remote.
  3. crt pull main: Pulls from the 'main' branch of the origin remote.
  4. crt commit feat [message]: Commits all changes with a commit message prefixed with "feat:". Remember to replace [message] with your own commit message.
  5. crt update: Fetches updates from the origin remote and merges updates to current branch.
  6. crt save [message]: Adds and commits all changes with a commit message provided by the user, and pushes the new commit to the current branch. Replace [message] with your commit message.
  7. crt overview: Provides a status overview including the current branch, any changed files, and the commit status relative to the 'main' branch.

Usage

To use the extension's commands, follow these steps:

  1. Press CMD+SHIFT+P (or Ctrl+Shift+P on Windows/Linux) to open the Command Palette
  2. Type the name of the command (as listed in the Features section above) and press Enter

For commands requiring a commit message (for example, crt commit feat and crt save), you need to follow the command with the intended commit message enclosed in double quotes.

Example: crt save "Your commit message here"

Enjoy enhancing your Git workflow using CRT Autocomplete!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft