If you do not need to write proper customize commit message, you might want to avoid hassle to write command and message every time to commit and push the changes. This happened to me while I decided to save notes in my GitHub repository.
Fortunately, I found really amazing extension to handle it. Fun fact: I implemented it in my repository and forget how I did it. It took me a few weeks to find out that I used this plugin.
Let’s introduce this legendary VS Code extension.
How to Install GitDocs extension in VS Code
- In VS Code editor, go to Views > Extensions or simply enter Ctrl + Shift + X in the keyboard.
- In the search field available at the extension panel, type GitDoc.
- You should find an extension of the same name by Jonathan Carter.
- Click over it and click the Install button available.
How to Use GitDocs Extension
- Open your git repository project in the VS Code.
- Hit Ctrl + Shift + P to run/search commands
- Type gitdoc in the command field.
- You should see GitDoc: Enable just below it.
- Simply hit Enter in the keyboard to activate GitDocs in the project.
- Now, make changes in the repository folder and save changes. Wait for a while (approx. 3/4 seconds).
- You can see the automatic actions GitDocs perform in the Source Control panel by hitting Ctrl + Shift + G.
Leave a Reply