Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Git = cli.Command{ Name: "git", Usage: "git commands: sync.", Category: "git", Subcommands: []cli.Command{ { Name: "sync", Usage: "sync current git repository.", Action: sync, }, }, }
Git 操作封装
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.