A VS Code extension that automatically performs a git pull when VS Code starts.
- Automatic Pull on Start: Automatically executes
git pullwhen 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
- 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
- Open a Git repository in VS Code
- The extension automatically performs
git pullon startup - If desired, you can use the manual command
auto-pull.pullLatest
auto-pull.pullLatest: Manually execute a git pull
- Git must be installed and configured on the system
- The repository must have a remote origin