From the course: Learning GitLab

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Introduction to the web IDE

Introduction to the web IDE - GitLab Tutorial

From the course: Learning GitLab

Introduction to the web IDE

- [Instructor] Now that we have our new branch let's make some changes to it. Instead of the basic editor that we've already looked at, let's take a look at the Web IDE . To start click into your README file. And I'll dismiss this dialogue Now right now, we were brought back to the main branch. You want to make sure that you are in the changes branch, so click this dropdown and select changes. And again, we'll dismiss that merge request. To open the Web IDE for the README, we can just click Web IDE here. This is a more advanced and fully featured editor that's built right into GitLab. It's not quite as fully featured as a desktop-based IDE but it's way more powerful than the basic editor. Personally, I don't use an IDE for any of my work because I find them a little too cumbersome, but it's nice to have something a little more full featured than the basic editor. In this course, since we'll just be using Markdown, we won't…

Contents