4 lines
No EOL
64 B
Batchfile
4 lines
No EOL
64 B
Batchfile
@echo off
|
|
call git stash save
|
|
call git pull
|
|
call git stash drop |