Author: Grishin Artem M3104
Github Helper is an extension for Visual Studio Code designed to simplify interaction with the Git version control system.
With this plugin, you can perform essential Git operations, such as adding files to the index, removing files from the index, and displaying the repository status, directly within your development environment without switching to the command line, significantly improving productivity.
- Add file to Git index: Adds the currently open file to the Git index, preparing it for commit. (Ctrl+Shift+A)
- Remove file from Git index: Removes the currently open file from the index. (Ctrl+Shift+R)
- Display Git repository status: Shows the repository status (changes, files in the index, and untracked files). (Ctrl+Shift+Alt+S)