Posts: 3.205
Threads: 68
Joined: Mar 2010
Reputation:
109
Location: Netherlands
05-06-2015, 03:33 PM
(This post was last modified: 05-06-2015, 03:35 PM by Ryudo.)
So I want to apply some minor changes to GSdx for my own use, but I have to download the latest zip file from github every time to get the latest files. Is there an easier way to somehow automatically fetch the latest files from GitHub? I have VS2013 Ultimate installed.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 16 GB (2x8GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Kingston A400 480GB SSD | Windows 10 Pro x64 (b19043.1288)
Posts: 12.837
Threads: 48
Joined: Oct 2013
Reputation:
252
Get the Gihub Windows client.
Go to the PCSX2 project page on Github and click on clone in desktop.
Whenever there's an update just sync the latest source
Posts: 8.598
Threads: 105
Joined: May 2014
Reputation:
168
Location: 127.0.0.1
05-06-2015, 03:46 PM
(This post was last modified: 05-06-2015, 03:47 PM by ssakash.)
(or) you can use the git pull feature on the Git shell instead of syncing it on the app. the sync might sometimes not work.
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction
Posts: 3.205
Threads: 68
Joined: Mar 2010
Reputation:
109
Location: Netherlands
05-06-2015, 10:52 PM
(This post was last modified: 05-06-2015, 10:52 PM by Ryudo.)
Alright, good to know I'm safe then. I was afraid I might mess something up on the github server when experimenting with codes lol.
This might actually be pretty handy as well in the case of a royal screw up on my local files. I could just re-sync with github files to recover any damage done.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 16 GB (2x8GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Kingston A400 480GB SSD | Windows 10 Pro x64 (b19043.1288)
Posts: 8.598
Threads: 105
Joined: May 2014
Reputation:
168
Location: 127.0.0.1
if you want to sync the changes you made on the clone with your own fork in Github then, you should Git push in the Git shell. sync option in the GUI restores the repository changes to the clone rather than the changes done in the clone to the repository.
also, you need to make a pull request to overwrite the changes on the original PCSX2 repository. (It will get merged if, those with write access merge it to the source code)
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction