Overview Git-Me Extension for Visual Studio CodeThe Git-Me extension for Visual Studio Code is designed to streamline your workflow by integrating GitHub repository management directly into your editor. This extension provides a set of tools to manage your GitHub repository, configure settings, and handle various file operations. Features
Installation
UsageActivating the ExtensionOnce installed, the extension will activate automatically. You will see a message in the output channel named "GIT ME" confirming the activation. Setting ConfigurationThe extension will prompt you to set the necessary configurations if they are not already set:
These configurations can also be updated manually through the VS Code settings under git-me. File ManagementThe extension categorizes files into different types:
These files are managed internally and can be accessed or modified as needed. Release Notes0.0.10Fixed bug related to Git 0.0.9Update to always conver EOF to Unix (LF) 0.0.4Added two git me commands to show and update git_me config settings 0.0.3Added auto creation of tables of contents Added loading message when git command is running Fixed some bugs 0.0.2Updated README.md Added Extension Logo 0.0.1Initial Version - Beta |