Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "git-town", Short: "Generic, high-level Git workflow support", Long: `Git Town makes software development teams who use Git even more productive and happy. It adds Git commands that support GitHub Flow, Git Flow, the Nvie model, GitLab Flow, and other workflows more directly, and it allows you to perform many common Git operations faster and easier.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { command.SetDebug(debugFlag) }, }
RootCmd is the main Cobra object
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- abort.go
- alias.go
- append.go
- config.go
- continue.go
- discard.go
- hack.go
- install_fish_autocompletion.go
- kill.go
- main_branch.go
- new_branch_push_flag.go
- new_pull_request.go
- offline_mode.go
- perennial_branches.go
- prepend.go
- prune_branches.go
- pull_branch_strategy.go
- rename_branch.go
- repo.go
- root.go
- set_parent_branch.go
- shared.go
- ship.go
- skip.go
- sync.go
- undo.go
- version.go
Click to show internal directories.
Click to hide internal directories.