7 lines
61 B
Batchfile
7 lines
61 B
Batchfile
@echo off
|
|
|
|
cd ggml
|
|
git pull --rebase
|
|
cd ..
|
|
git pull --rebase
|