Quick Aliases
Quick Aliases is a Visual Studio Code extension that helps you quickly set up terminal aliases for various tasks.
Features
- git status: Quickly check the status of your Git repository.
- git add .: Add all changes to staging.
- git commit: Commit changes with a message.
- git push: Push changes to the remote repository.
- git branch: List all Git branches.
- git switch: Switch to a different Git branch.
- Create a test file: Create a
test.js file in the current directory.
Installation
- Go to the Visual Studio Marketplace.
- Search for Quick Aliases and click on Install.
Usage
- After installing, open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P ).
- Type and select the alias you want to use, such as
Quick Aliases: Git Status .
Contribution
Feel free to fork and contribute to this repository! Issues and pull requests are welcome.
| |