We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6c41c commit c13417bCopy full SHA for c13417b
options.go
@@ -229,7 +229,7 @@ var (
229
ErrCreateRequiresBranch = errors.New("Branch is mandatory when Create is used")
230
)
231
232
-// CheckoutOptions describes how a checkout 31operation should be performed.
+// CheckoutOptions describes how a checkout operation should be performed.
233
type CheckoutOptions struct {
234
// Hash is the hash of the commit to be checked out. If used, HEAD will be
235
// in detached mode. If Create is not used, Branch and Hash are mutually
0 commit comments