This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
TC
/
LauncherA
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c160073c6e
Branches
Tags
master
LauncherA
/
autopush.bat
autopush.bat
92 B
Histórico
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