Skip to content

Shparkus/Github-Helper-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Helper Plugin

Author: Grishin Artem M3104

Description

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.

Features

  • 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)

About

Plugin for VS Code that simplifies github interaction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published