Auto Pull Extension
A VS Code extension that automatically performs a git pull when VS Code starts.
Features
- Automatic Pull on Start: Automatically executes
git pull when VS Code starts
- Safety Check: Warns about uncommitted changes before performing the pull
- Manual Pull: Provides a command for manual git pulls
- Smart Detection: Automatically detects Git repositories and current branches
How it works
- When VS Code starts, the extension automatically checks if you're in a Git repository
- If yes, it determines the current branch and executes
git pull
- If there are uncommitted changes, a warning is displayed
- The pull is only performed when the workspace is clean
Usage
- Open a Git repository in VS Code
- The extension automatically performs
git pull on startup
- If desired, you can use the manual command
auto-pull.pullLatest
Commands
auto-pull.pullLatest : Manually execute a git pull
Requirements
- Git must be installed and configured on the system
- The repository must have a remote origin
| |