
Cherry-pick changes with Git | GitLab Docs - GitLab Documentation
You can also use the GitLab UI to cherry-pick. For more information, see Cherry-pick changes . Use git cherry-pick carefully because it can create duplicate commits and potentially complicate your project history.
Revert changes | GitLab Docs - GitLab Documentation
In GitLab 16.9 and later, you can revert fast-forwarded commits from the GitLab UI if either: The commits are squashed, or The merge request contains a single commit.
HAML | GitLab Docs
HAML is the Ruby on Rails template language that GitLab uses. HAML and our Pajamas Design System. GitLab UI is a Vue component library that conforms to the Pajamas design system. Many of these components rely on JavaScript and therefore can only be used in Vue.
Profile preferences | GitLab Docs
You can update your preferences to change the look and feel of GitLab. Change the color theme. You can change the color theme of the GitLab UI. These colors are displayed on the left sidebar. Using individual color themes might help you differentiate between your different GitLab instances. To change the color theme:
Merge methods | GitLab Docs
By default, GitLab creates a merge commit when a branch is merged into main. A separate merge commit is always created, regardless of whether or not commits are squashed when merging . This strategy can result in both a squash commit and a …
Signed commits from the GitLab UI | GitLab Docs - GitLab …
Before you can use commit signing for GitLab UI commits, you must configure it. Committer field of the commits. In Git, commits have both an author and a committer. For web commits, the Committer field is configurable. To update this field, see Configure commit signing for …
Get started with GitLab CI/CD | GitLab Docs - GitLab Documentation
GitLab CI/CD variables are key-value pairs you use to store and pass configuration settings and sensitive information, like passwords or API keys, to jobs in a pipeline. Use CI/CD variables to customize jobs by making values defined elsewhere accessible to jobs.
GitLab Runner | GitLab Docs - GitLab Documentation
GitLab Runner: The application that you install that executes GitLab CI jobs on a target computing platform. runner configuration : A single [[runner]] entry in the config.toml that displays as a runner in the UI.
Install GitLab Runner on Windows | GitLab Docs - GitLab …
When you run .\gitlab-runner.exe install it installs gitlab-runner as a Windows service. You can find the logs in the Event Viewer with the provider name gitlab-runner . If you don’t have access to the GUI, in PowerShell, you can run Get-WinEvent .
Documentation and UI link tests | GitLab Docs
Links to documentation from the GitLab UI, we use haml-lint and eslint. Run documentation link tests locally. To run documentation link tests locally, you can either: Run a link check for a single project that contains documentation. Run a link check across entire local copy of the GitLab documentation site. Check a single project