Auto Git Pull Extension for VS CodeOverviewThe Auto Git Pull extension for Visual Studio Code automatically fetches and pulls the latest changes from your Git repository whenever you open a project or detect changes. This helps streamline your workflow by ensuring you always have the latest code without manual intervention. Features
Installation
ConfigurationYou should specify the name of the project (folder name) in the settings, if the extension didn't work or provided an error, ensure that none of the parent directory has a space in them. Example Configuration:
UsageOnce installed, the extension will automatically fetch and pull updates from your Git repositories based on your configuration settings. You can monitor the Output panel for logs related to fetching and pulling operations. ContributingContributions are welcome! Please feel free to submit issues or pull requests. Fork the repository. Create your feature branch (git checkout -b feature/AmazingFeature). Commit your changes (git commit -m 'Add some AmazingFeature'). Push to the branch (git push origin feature/AmazingFeature). Open a pull request. LicenseThis project is licensed under the MIT License - see the LICENSE file for details. AcknowledgmentsThanks to the VS Code team for creating such an extensible platform! |