Git remote - gegerlan/aog GitHub Wiki
Git GUI
Open your github page, and find your fork, and make a note down you repository address. If your name is L33tHaxxor it should look something like https://github.com/L33tHaxxor/aog.git
- Open Git GUI, and select the relevant repository.
- Remote > Remove Remote > origin
- Remote > Add... Ctrl-A
- Enter the following (change the location to the address you retrieved from your page)
- Name: origin
- Location: https://github.com/L33tHaxxor/aog.git
- Further Action Do Nothing Else Now
- Remote > Add... Ctrl-A
- Enter the following
- Name: upstream
- Location: https://github.com/gegerlan/aog.git
- Further Action Do Nothing Else Now