zerodowned

Moderator
I know this has been discussed a few times but I'm always lost when it comes to merging an existing repo, with changes to stock repo scripts, together with a new repo release and not losing any of the custom edits previously made.

Can I get a super dumbed down walkthrough?
 
Put all of your custom edits to stock files in code regions;
Code:
#region Custom 

#endregion

At least then, when you're doing an entire WinMerge comparison against two /Scripts directories, you can keep track of the changes you don't want to overwrite.
 
Back