This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
TC
/
arozos
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
97e0c52815
Haarat
Tagit
master
v2.023
arozos
/
autopush.bat
autopush.bat
92 B
Historia
Raaka
1
2
3
4
5
6
@echo off
set /p id="Enter commit notes: "
git pull
git add -A
git commit -m "%id%"
git push