4.6.1 Hotfix release, whats the best way to update your Github

Hi, I haven’t tried updating a hotfix from Github. What is the proper way to do this?

I currently have Github release branch when 4.6.0 went live.

Thanks for any help on this! =)

The command would be

‘git pull origin’

…when you are on the ‘release’ branch and ‘origin’ is Epics repository of the engine’s source code.

Then call GenerateProjectFiles.bat, open the solution and build the Engine using their configurations as you see fit.

Thanks Mikand79