Versions Compared

Key

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

Goals

Results

  • You will have push a base Paas project in the file system.  It will be called training-paas-projectinto GitLab

Tasks / Procedure

  • Create a new file "magnolia.properties" in the path:

...

Code Block
titlegit push
    git checkout -b <yourBranchName>
    git add .
    git push origin <yourBranchName>


  • Check if you can see your project and your branch in GitLab


  • In GitLab, go to Settings > Repository > Protected branches
    • Select your branch and change the selectors to "Maintainers" 
    • "Protect" your branch

Image Added