mirror of
https://github.com/grdl/git-get.git
synced 2026-02-08 04:39:16 +00:00
Add a --branch flag that specifies which branch or tag to check out after cloning
This commit is contained in:
@@ -23,6 +23,8 @@ const (
|
||||
DefPrivateKey = "id_rsa"
|
||||
KeyOutput = "out"
|
||||
DefOutput = OutFlat
|
||||
KeyBranch = "branch"
|
||||
DefBranch = "master"
|
||||
KeyFetch = "fetch"
|
||||
KeyList = "list"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user