Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 00:09:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 00:09:57 +0300
commitdc497ce27ff62b342b0b3f0871c39c964a266679 (patch)
tree4372f1e7a19ca3b1f2a8d0bda0eada6258075c6d /doc/topics/git/git_rebase.md
parent0905e6bd5042fa84fe66736eb9ab1be94c3d8aa9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics/git/git_rebase.md')
-rw-r--r--doc/topics/git/git_rebase.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/git/git_rebase.md b/doc/topics/git/git_rebase.md
index dd2260b04dc..78275746de5 100644
--- a/doc/topics/git/git_rebase.md
+++ b/doc/topics/git/git_rebase.md
@@ -6,7 +6,7 @@ type: concepts, howto
description: "Introduction to Git rebase and force push, methods to resolve merge conflicts through the command line."
---
-# Git rebase and force push **(FREE)**
+# Git rebase and force push **(FREE ALL)**
This guide helps you to get started with rebases, force pushes, and fixing
[merge conflicts](../../user/project/merge_requests/conflicts.md) locally.