This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
TC
/
LauncherA
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9f41675c03
Branches
Tags
master
LauncherA
/
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