Skip to content

Instantly share code, notes, and snippets.

@aladine
Created September 29, 2015 10:13
Show Gist options
  • Save aladine/dd939bceeeb6f9b13234 to your computer and use it in GitHub Desktop.
Save aladine/dd939bceeeb6f9b13234 to your computer and use it in GitHub Desktop.
git_update
@echo off
TITLE Git Update
D:
cd D:\trunk\test
git pull origin master
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment