This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
TC
/
LauncherA
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
9f41675c03
Větve
Značky
master
LauncherA
/
autopush.bat
autopush.bat
92 B
Historie
Surový
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