Issue and Merge Request Workflow Enhancements
How to work on two Git branches at the same time

How to work on two Git branches at the same time

10/3/2018 · William Chia

What this post added

This post introduces a workflow for working on two Git branches concurrently. It describes using a local development environment for one branch (e.g., for feature development) and the GitLab Web IDE for another branch (e.g., for documentation). This allows developers to commit changes to one branch locally while simultaneously documenting the process in the Web IDE, enabling parallel iteration and feedback on different components of a feature.

Read the original post ↗