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
This commit improves documentation for the following list of commands.
discard_all_modified, git_config, navigate_to_commit_message, navigate_to_context_commit
navigate_to_commit, navigate_to_branch, navigate_to_child, navigate_to_parent,
open_in_editor, push_tag, quick_open_repository, stage_all_untracked, stage_all_unmerged
Copy file name to clipboardExpand all lines: sm_commands_metadata/g.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -203,21 +203,21 @@
203
203
},
204
204
"git_config": {
205
205
"command_type": "window",
206
-
"doc_string": null,
206
+
"doc_string": "Sets the given key value pair in your git config. Shows a dialog box asking whether the key value pair must be set for the global git config or only for the current repository.",
207
207
"args": [
208
208
{
209
209
"name": "key",
210
-
"doc_string": null,
210
+
"doc_string": "The target key. Refer to the official git docs https://git-scm.com/docs/git-config for more information on key value pairs.",
211
211
"type": "string"
212
212
},
213
213
{
214
214
"name": "value",
215
-
"doc_string": null,
215
+
"doc_string": "The target value.",
216
216
"type": "string"
217
217
},
218
218
{
219
219
"name": "is_default_value",
220
-
"doc_string": null,
220
+
"doc_string": "Whether to set this as the default checked item in the menu.",
0 commit comments