Skip to content

Instantly share code, notes, and snippets.

@abelcallejo
Created November 17, 2023 00:41
Show Gist options
  • Save abelcallejo/b0a7e872fa946df563bf5e0a5539bd22 to your computer and use it in GitHub Desktop.
Save abelcallejo/b0a7e872fa946df563bf5e0a5539bd22 to your computer and use it in GitHub Desktop.
Automating git pull

Automating git pull

Windows

  1. Create the PowerShell script

    git-pull.ps1

    cd "C:/path/to/app-cspm"
    git pull
  2. Schedule the git-pull.ps1 PowerShell script on Task Scheduler app to run every minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment