Updating a Project with the latest changes
TBD
Prerequisites
-
GitLab Registration Completed
-
IntelliJ IDEA Installed and linked to GitLab Account
-
Cloned Project in IntelliJ IDEA
-
The current branch must still be open
Steps
-
From the IntelliJ IDEA Project Screen click on the Current Branch and select the dropdown menu.
-
Alternatively you can use the Crtl+T short cut
-
-
Select "Update Project"
-
This will generate a prompt to update the project
-
To Update the current project will the latest files select the "Rebase the current branch on top of incoming changes". Note: This will delete any changes to existing files you have made.
-
To Merge new or updated file with your existing updates select "Merge incoming changes into the current branch" Note: If there are conflicting changes you will need to resolve those.
-
-
Select the correct option and click Ok
-
This will run the job to pull the updated files from the GitLab Repository
-
You can view the results of this