Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Update v2.3 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
amethyze committed Dec 30, 2021
1 parent e5edff2 commit b0148d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-upload.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
set /p commitname="Commit name? "
set /p needforce="Push with force? [Y/N]"
git init -b main
git add .
git commit -m "%COMMITNAME%"
git remote add origin https://github.com/SteveeWasTaken/Funkin-Modpack-Frenzy.git
git remote -v
git push origin main
if /i %NEEDFORCE%==y (git push origin main -f) else (git push origin main)
pause

0 comments on commit b0148d1

Please sign in to comment.