You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/version-control/version-control-troubleshooting/_index.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,25 +109,24 @@ When filing a Git support issue with Mendix Support, attach the log files by doi
109
109
The properties described below might contain personal information. We advise you to make sure that all the private information is removed before sharing them.
110
110
{{% /alert %}}
111
111
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 app’s 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.
113
113
114
-
#### General
114
+
#### General {#general-properties}
115
115
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.
117
117
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.
119
120
120
-
#### Configuration
121
+
#### Configuration {#config-properties}
121
122
122
123
Git stores configuration at several levels:
123
124
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.
127
128
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:
0 commit comments