summaryrefslogtreecommitdiff
path: root/doc/topics/git/numerous_undo_possibilities_in_git/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/git/numerous_undo_possibilities_in_git/index.md')
-rw-r--r--doc/topics/git/numerous_undo_possibilities_in_git/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/git/numerous_undo_possibilities_in_git/index.md b/doc/topics/git/numerous_undo_possibilities_in_git/index.md
index 678e03a2c13..56223e7bcbd 100644
--- a/doc/topics/git/numerous_undo_possibilities_in_git/index.md
+++ b/doc/topics/git/numerous_undo_possibilities_in_git/index.md
@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type: howto
---
-# Undo possibilities in Git **(FREE)**
+# Undo options in Git **(FREE)**
[Nothing in Git is deleted](https://git-scm.com/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery),
so when you work in Git, you can undo your work.
@@ -391,8 +391,8 @@ Tools are available to execute Git commands more quickly.
These tools are faster because they do not provide the same
feature set as `git filter-branch` does, but focus on specific use cases.
-Refer to [Reduce repository size](../../../user/project/repository/reducing_the_repo_size_using_git.md) to
-learn more about purging files from repository history and GitLab storage.
+For more information about purging files from the repository history and GitLab storage,
+see [Reduce repository size](../../../user/project/repository/reducing_the_repo_size_using_git.md).
<!-- ## Troubleshooting