Fixed batch files

master
WubzyGD 4 years ago
parent 9142c77928
commit 547455fca6
  1. 4
      run.bat
  2. 4
      sync.bat

@ -1,4 +1,4 @@
title {Rewrite} Valkyrie
title Natsuki
node bot.js
title !!CRASH {Rewrite} Valkyrie
title !!CRASH Natsuki
pause

@ -1,6 +1,10 @@
@echo off
title Put quotes around your damn commit message
set /p msg="Enter Commit Message: "
title pulling...
git pull origin master
git add .
title commit...
git commit -m %msg%
title pushing...
git push origin master
Loading…
Cancel
Save