Hi guys,
I’ve used GitHub to deploy code on my website (hosted on DigitalOcean and managed with Ploi).
I’ve uploaded (via GitHub) a script bought from CodeCanyon to my server, but lately, I’ve installed some addons and updates to the said script.
I want to bring someone on board to make some changes and add some features, the idea was to create a separate branch for them to work on. But I now realise that the code on my GitHub is different from the one that’s live on the server ( added updates and installed extra modules).
My question is:
How can I synchronise my GitHub repository(left behind) with the code that’s on the website (went ahead with changes)?
Thank you for your advice,
C