Simple extension to add some GIT functionality such as adding all files to the repository (git all .) or disconnecting the solution from GIT How it worksButtons will be added in the Tools section of Visual Studio. Tool -> GIT - Add All Filesthrough which all solution files will be added to the GIT versioning (always taking into account your .gitignore file) Tool -> GIT - DisconnectDeletes all references to GIT by disconnecting the solution from versioning |