5 lines
42 B
Batchfile
5 lines
42 B
Batchfile
git add .
|
|
git commit -m %1
|
|
git push
|
|
|
|
pause |
git add .
|
|
git commit -m %1
|
|
git push
|
|
|
|
pause |