This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
TC
/
arozos
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
70efa4d145
Branches
Tags
master
v2.023
arozos
/
autopush.bat
autopush.bat
92 B
Historique
Raw
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