Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

App VersionDescription
1Modify request form.
2Add calendar menu to the app.

Image Modified

Figure 1: Completed work on app version 1 and app version 2

...

Once the version is created, navigate to the newly created version ( i.e. wflow/app_arc/meeting/meeting_3 ) from your command line. We are going to merge v1 and v3 through GIT commands below.

Image Modified

Figure 3: Merge app version 1 and 3 using GIT

...

Once we have merged them, if there are any conflicts, we will need to resolve them. In the figure shown below, we can see that there are 4 conflicted files.

Image Modified

Figure 4: Resolving Conflicts 

In this case, we are making use of Visual Studio Code to inspecting the conflicted files and resolve them.

Image Modified

Figure 5: Resolving Conflicts using Visual Studio Code

...

Once all conflicts are resolved, we can then commit merge.

Image Modified

Figure 6: Commit Merge

Going back to the Joget screen, navigate to "App Configuration Management" > "Git Configuration", turn on "Auto Sync DB from GIT" as shown in the figure below.

Image Modified

Figure 7: Turn on Auto Sync DB from GIT

...

We can check the server log for sync completion. Once it is done, we can then inspect the app again to make sure that everything in v1 and v2 is merged properly in v3.

Image Modified

Figure 8: Verify changes from version 1 and 2 in-app version 3.

...