5
edits
(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 | * 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/ | * 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/ | ::url = https://github.com/tgstation/-tg-station.git | ||
*Now add the following line: | *Now add the following line: |
edits