6
0
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:
Grzegorz Dlugoszewski
2020-06-08 21:37:26 +02:00
parent 919359f26f
commit dfef6151d1
5 changed files with 72 additions and 12 deletions

View File

@@ -23,6 +23,8 @@ const (
DefPrivateKey = "id_rsa"
KeyOutput = "out"
DefOutput = OutFlat
KeyBranch = "branch"
DefBranch = "master"
KeyFetch = "fetch"
KeyList = "list"
)