From ed470b6380bccc0c9f7580376a161b513ab3501e Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sun, 30 Jul 2023 12:41:45 +0100 Subject: [PATCH] Fix some broken restructured text formatting --- src/blenderbim/docs/users/git_support.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/blenderbim/docs/users/git_support.rst b/src/blenderbim/docs/users/git_support.rst index cda05aee46..151e371eb4 100644 --- a/src/blenderbim/docs/users/git_support.rst +++ b/src/blenderbim/docs/users/git_support.rst @@ -44,14 +44,14 @@ get to a point where it would be useful to later retrieve this state, you need to *commit* this to the Git repository. BlenderBIM gives you three options: - Showing uncommitted changes will temporarily highlight the differences -between the saved file and the last committed revision. Green objects are new -and blue objects exist in the previous revision but have since been modified. + between the saved file and the last committed revision. Green objects are new + and blue objects exist in the previous revision but have since been modified. - Discarding uncommitted changes will throw away all your saved changes and -revert the model to the previous revision. + revert the model to the previous revision. - Committing changes will save this state of the model in the repository, along -with a short commit message, the date, and your author details. + with a short commit message, the date, and your author details. .. Tip::