Getting updates:
When the code is updated online, how do I get those updates? My guess is that I should pick "Git Sync..." from the Tortoise menu and then "Pull" the update in. Is that correct?
Working with my own code
Also, I have my own privately modified version of GZDoom. I asked about what would be needed to maintain that...
I can do the manual merge easily enough but I'd really appreciate some help on how to set things up from thereon in. I've been fiddling around with TortoiseGit for the last hour or so and I'm not making much headway. A big part of the problem is that I am unfamiliar with a lot of the terminology but I am just generally lost. If anyone is in a position to make a "Private version of GZDoom code on your machine under Git for Dummies" blow-by-blow post I'd really appreciate it. Thanks.Graf Zahl wrote:Concerning modified private versions, you'll probably have to do one manual merge after initial checkout. Since your private stuff isn't versioned at all I don't think there's a tool that can do it automatically. On the positive side, since Git is a distributed version control system you'll now have a fully functional private repository you can do commits to. This will be local on your computer.