ViperMC-2016-or-some-shit/ViperFixes/upload.sh

6 lines
154 B
Bash
Raw Normal View History

2019-01-21 23:08:39 +01:00
git init
git add *
git commit -m "Latest Updated ViperFixes"
git remote add origin http://localhost:3000/ViperMC/ViperFixes.git
git push -u origin master