Added pull choices
This commit is contained in:
15
Makefile
15
Makefile
@@ -22,13 +22,22 @@ clone-wiki:
|
|||||||
|
|
||||||
clone-windows-website:
|
clone-windows-website:
|
||||||
@git clone https://github.com/Open-RSC/Website.git
|
@git clone https://github.com/Open-RSC/Website.git
|
||||||
|
|
||||||
clone-windows-game:
|
clone-windows-game:
|
||||||
@git clone https://github.com/Open-RSC/Game.git
|
@git clone https://github.com/Open-RSC/Game.git
|
||||||
|
|
||||||
clone-windows-wiki:
|
clone-windows-wiki:
|
||||||
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
|
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
|
||||||
|
|
||||||
|
pull-game:
|
||||||
|
@cd Game && git pull
|
||||||
|
|
||||||
|
pull-website:
|
||||||
|
@cd Website && git pull
|
||||||
|
|
||||||
|
pull-wiki:
|
||||||
|
@cd Website/Wiki && git pull
|
||||||
|
|
||||||
pull-game-windows:
|
pull-game-windows:
|
||||||
@cd Game && git reset HEAD --hard && git pull
|
@cd Game && git reset HEAD --hard && git pull
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user