Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M Mini Games
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Sfantou Despoina
  • Mini Games
  • Merge requests
  • !1

Merging first draft of the project into Master branch

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Casimiro de Oliveira Kethella Karoline requested to merge Feature1 into master Jun 05, 2022
  • Overview 1
  • Commits 64
  • Changes 70

From now on lets always use the master branch as our main branch. If you want to include new functionality or refactor existing code, always do the following steps:

  1. Create a new feature branch -->(terminal command: git checkout -b )
  2. Switch to the new feature branch -->(terminal command: git checkout )
  3. Implement/create your code
  4. Once you are done, create a merge request in Git Lab (you can add reviewers direct on Git lab) Minimun of ONE person in the group should accept the merge request
  5. Merge your code into master (once it is reviewed and aproved) This may seen extra work but it is important to keep the project well organized and follow a clean workflow

** THIS LINK explains the workflow**

Edited Jun 05, 2022 by Casimiro de Oliveira Kethella Karoline
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: Feature1