This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
TC
/
LauncherA
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
9f41675c03
Ramos
Etiquetas
master
LauncherA
/
autopush.bat
autopush.bat
92 B
Histórico
Em bruto
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