This website works better with JavaScript
Home
Explore
Help
Sign In
TC
/
LauncherA
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c160073c6e
Branches
Tags
master
LauncherA
/
autopush.bat
autopush.bat
92 B
History
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