diff options
Diffstat (limited to 'tools/build_scripts/bin12/git_update.bat')
-rw-r--r-- | tools/build_scripts/bin12/git_update.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build_scripts/bin12/git_update.bat b/tools/build_scripts/bin12/git_update.bat new file mode 100644 index 0000000000..9936973e18 --- /dev/null +++ b/tools/build_scripts/bin12/git_update.bat @@ -0,0 +1,5 @@ +pushd .. + +git pull --rebase=true --progress -v 2>&1 > update.log + +popd
\ No newline at end of file |