6 lines
156 B
Bash
6 lines
156 B
Bash
git init
|
|
git add *
|
|
git commit -m "Latest Updated ViperKitmap"
|
|
git remote add origin http://localhost:3000/ViperMC/ViperKitmap.git
|
|
git push -u origin master
|