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
[ ("namespace, hash, or branch to reset to", Required, namespaceOrProjectBranchArg config),
1662
1661
("namespace to be reset", Optional, namespaceOrProjectBranchArg config)
1663
1662
]
1664
-
( P.wrapColumn2
1665
-
[ ("`reset #pvfd222s8n`", "reset the current namespace to the causal `#pvfd222s8n`"),
1666
-
("`reset foo`", "reset the current namespace to that of the `foo` namespace."),
1667
-
("`reset foo bar`", "reset the namespace `bar` to that of the `foo` namespace."),
1668
-
("`reset #pvfd222s8n /topic`", "reset the branch `topic` of the current project to the causal `#pvfd222s8n`.")
1663
+
( P.lines
1664
+
[ P.wrapColumn2
1665
+
[ ("`reset #pvfd222s8n`", "reset the current namespace to the hash `#pvfd222s8n`"),
1666
+
("`reset foo`", "reset the current namespace to the state of the `foo` namespace."),
1667
+
("`reset #pvfd222s8n /topic`", "reset the branch `topic` of the current project to the causal `#pvfd222s8n`.")
1668
+
],
1669
+
"",
1670
+
P.wrap $"If you make a mistake using reset, consult the "<> makeExample' branchReflog <>" command and use another "<> makeExample' reset <>" command to return to a previous state."
0 commit comments