kraft/gitforceupdate.bat

4 lines
No EOL
64 B
Batchfile

@echo off
call git stash save
call git pull
call git stash drop