Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
workflow.md 243 B

Typical workflow

  • Create your copy of original repository (fork in git words)
  • Download your copy to your computer (clone in git words)
  • Create a new brach
  • Make changes
  • Commit changes
  • Create merge request to original repository