code-branchUpdate old to new Version

How to maintain future Updates with Old Version


circle-info

Option1:- Create a branch and push your current code there. Then download our CodeCanyon project and push it to another branch. In the final step, merge the branches. Conflicts can happen during the merge, so resolve them with care.

circle-info

option2:- Every time we release an update, we send you the changed files, arranged by folders. You’ll have to replace them in your project. But remember, this might conflict with your custom code. If both of us changed the same file, review it closely and merge the updates carefully.

circle-exclamation
triangle-exclamation
circle-info

Note: As per Envato's policy, installation, setup, configuration, upgrades, or modifications are not included in free support. Free support only covers bugs or errors in the original code. Installation and customization assistance are not provided as part of free support. However, we are providing guidelines on how to update future releases with your existing source code for informational purposes. Please do not create support tickets for issues encountered during the update process, as we will not be able to provide support for them.

Follow below steps on how to update existing source code.

  1. Download Github Desktop from url as per your system like MacOs or Windows https://desktop.github.com/arrow-up-right

  2. Now Login in Github Desktop and configure the setup with your github.

  3. You have already create your project in Visual Studio.

  4. Open Github Desktop, on left hand panel top click on caret-down

  1. One side menu open in that click on Add button

  2. On click add button dropdown menu will open in that click on Create New Repository...

  1. After click create new repository one pop-up will appear in the form add your project name your project path where it is located and click on Create repository button

  1. After above process you can check in your project there is another folder created with same project name just remove that folder.

  2. After above process complete click on Publish repository, one confirmation pop-up will appear in that again click on Publish repository button

  3. Now download project your project Codecanyon, unzip the folder, click on Gocab_laravel folder, now copy all the files and paste it in your project

11.Now Again go to Github Desktop give comment and click on commint on main button.

  1. Now click on Push origin

  2. Click right click on your project name from list and click on View on Github.

  1. For check open github in google chrome login in your git and check

  1. Now click on Changes for check total number for file changes and which files has been changed.

  1. You can see total number of changes and which file has been changed.

  1. Every time when ever new update came in project do same process download code unzip folder and paste in your dumy project and push it and go to github and click on changes you can see the in all the files where ever changes happens.

  2. Copy the changes one by one and paste it your real project.

Last updated