6 lines
154 B
Bash
6 lines
154 B
Bash
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
|