This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
TC
/
arozos
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
a93952b44d
Ramuri
Etichete
master
v2.023
arozos
/
autopush.bat
autopush.bat
92 B
Istoric
Crud
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