Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Webcast - Intro to GitLab Workflow

GitLab
March 10, 2016

Webcast - Intro to GitLab Workflow

Watch the video of this webcast here! https://www.youtube.com/watch?v=TSHfVDsmXIc GitLab makes it easier to communicate with your team; cross-link to related work and finish your work efficiently. In this introduction webcast, you'll see how to use GitLab day-to-day, and we'll take a big-picture look at branching strategies to manage software development.

GitLab

March 10, 2016
Tweet

More Decks by GitLab

Other Decks in Programming

Transcript

  1. In this webcast • GitLab Workflow step-by-step • Q +

    A • Recording and Slides will be available! • Keep an eye on our blog and newsletter http://about.gitlab.com/contact Heather Developer Marketing
  2. GitLab Workflow 1. Creating an Issue 2. Making a Merge

    Request 3. Getting feedback 4. Merging Watch the demo: youtube.com/watch? v=TSHfVDsmXIc
  3. GitLab Flow - Recap! ➔ Create an issue first ➔

    Get your work out early for feedback - WIP it! [WIP] or WIP: at the start of MR title. ➔ Line by line code review ➔ Mention “Fixes #issueID” and “Closes #IssueID” in commit messages or MR descriptions ➔ Merge commits, communicate and close related issues