Setting up git: Difference between revisions

Jump to navigation Jump to search
6 bytes removed ,  00:56, 21 September 2019
other adress updates
(update addresses)
(other adress updates)
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/Yogstation.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/yogstation13/Yogstation.git


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

Navigation menu