parent
9142c77928
commit
547455fca6
@ -1,4 +1,4 @@ |
|||||||
title {Rewrite} Valkyrie |
title Natsuki |
||||||
node bot.js |
node bot.js |
||||||
title !!CRASH {Rewrite} Valkyrie |
title !!CRASH Natsuki |
||||||
pause |
pause |
@ -1,6 +1,10 @@ |
|||||||
@echo off |
@echo off |
||||||
|
title Put quotes around your damn commit message |
||||||
set /p msg="Enter Commit Message: " |
set /p msg="Enter Commit Message: " |
||||||
|
title pulling... |
||||||
git pull origin master |
git pull origin master |
||||||
git add . |
git add . |
||||||
|
title commit... |
||||||
git commit -m %msg% |
git commit -m %msg% |
||||||
|
title pushing... |
||||||
git push origin master |
git push origin master |
Loading…
Reference in new issue