6 lines
39 B
Batchfile
6 lines
39 B
Batchfile
|
@ECHO off
|
||
|
|
||
|
git pull
|
||
|
|
||
|
SET /P done=Done!
|