Created
October 18, 2012 16:17
-
-
Save funrep/3912901 to your computer and use it in GitHub Desktop.
GIT GUIDE FOR HUTTY! XD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
first copy paste this in the terminal: | |
git clone https://github.com/hutty/ps-xonotic.git && cd ps-xonotic && git remote add upstream https://github.com/klrr/ps-xonotic.git && git fetch upstream && mkdir maps textures demos other && git add maps textures other | |
then add your files and such, also use "git add" for each one and then do: | |
git commit -m "trololol" && git push origin master | |
then go to https://github.com/klrr/ps-xonotic and click the pull-request button ;) | |
you've successfully learned how to add stuff to our repo :D !!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment