Skip to content

Commit 8c8bbdb

Browse files
Update _index.md
1 parent 6bfb845 commit 8c8bbdb

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

  • content/en/docs/refguide/version-control/version-control-troubleshooting

content/en/docs/refguide/version-control/version-control-troubleshooting/_index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,24 @@ When filing a Git support issue with Mendix Support, attach the log files by doi
109109
The properties described below might contain personal information. We advise you to make sure that all the private information is removed before sharing them.
110110
{{% /alert %}}
111111

112-
There are properties of the Git repository that provide you with information useful for troubleshooting different issues. Execute the following using the command line in the apps folder.
112+
Several properties of the Git repository can provide you with information useful for troubleshooting different [general](#general-properties) and [configuration](#config-properties) issues. You can view them by executing the commands from the command line in the app's folder.
113113

114-
#### General
114+
#### General {#general-properties}
115115

116-
`git status -b` — provides information on the current state of the repository
116+
The following properties provide general information about the repository status and remotes.
117117

118-
`git remote -v` — lists the remotes specified for the repository
118+
* `git status -b` - Provides information on the current state of the repository.
119+
* `git remote -v` - Lists the remotes specified for the repository.
119120

120-
#### Configuration
121+
#### Configuration {#config-properties}
121122

122123
Git stores configuration at several levels:
123124

124-
* System: affects the entire Git installation
125-
* Global: affects the current user
126-
* Local: affects a specific repository
125+
* System - Affects the entire Git installation.
126+
* Global - Affects the current user.
127+
* Local - Affects a specific repository.
127128

128-
More specific configuration overrides more generic configuration (for example, local overrides global).
129-
130-
You can inspect the full effective configuration and see where each value is defined using:
129+
More specific configuration overrides more generic configuration (for example, local overrides global). You can inspect the configuration and see where each value is defined by using the following command:
131130

132131
`git config --list --show-origin --show-scope`
133132

0 commit comments

Comments
 (0)