Setting up git: Difference between revisions

6 bytes removed ,  13:59, 11 July 2019
m
cant believe i made a spelling error - Yogsstation to Yogstation.
(finish "setting up git" page to be ours)
m (cant believe i made a spelling error - Yogsstation to Yogstation.)
Line 61: Line 61:
== Step 7 - Setting up TortoiseGit ==
== Step 7 - Setting up TortoiseGit ==


* Right click '''on the folder that was created''' (usually called Yogsstation-TG), and go to '''TortoiseGit''' and then click on '''Settings'''.
* Right click '''on the folder that was created''' (usually called Yogstation-TG), and go to '''TortoiseGit''' and then click on '''Settings'''.
* Click on '''Remote''' under '''Git'''.
* Click on '''Remote''' under '''Git'''.
* There should be one thing on the list of remotes, with the name: '''origin'''.
* There should be one thing on the list of remotes, with the name: '''origin'''.
Line 104: Line 104:
* Under Destination, set Remote: to '''origin'''.
* Under Destination, set Remote: to '''origin'''.
* Click '''Ok'''. This'll upload your changes to your remote repo (the one on GitHub).
* Click '''Ok'''. This'll upload your changes to your remote repo (the one on GitHub).
* Head to your GitHub repo e.g https://github.com/NAME/Yogstation-TG.git
* Head to your GitHub repo e.g https://github.com/NAME/-tg-station13.git
* Click '''Pull Request''' at the top right.
* Click '''Pull Request''' at the top right.
* [[Getting_Your_Pull_Accepted|Give this a quick read.]]  
* [[Getting_Your_Pull_Accepted|Give this a quick read.]]  
Line 117: Line 117:
:[remote "upstream"]
:[remote "upstream"]
::fetch = +refs/heads/*:refs/remotes/upstream/*
::fetch = +refs/heads/*:refs/remotes/upstream/*
::url = https://github.com/yogstation13/Yogstation-TG.git
::url = https://github.com/tgstation/-tg-station.git


*Now add the following line:
*Now add the following line:
5

edits