Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fetch ¶
func Fetch()
Fetch gets the local Git repo in sync with origin, without modifying the workspace.
func OpenBrowser ¶
func OpenBrowser(url string)
OpenBrowser opens the default browser with the given URL.
func PrintCommand ¶
func PrintCommand(cmd ...string)
PrintCommand prints the given command-line operation on the console.
func RunCommand ¶
RunCommand executes the given command-line operation.
func RunCommandSafe ¶
func RunCommandSafe(cmd ...string)
RunCommandSafe executes the given command-line operation, exiting if the command errors
func SquashMerge ¶
func SquashMerge(branchName string)
SquashMerge squash merges the given branch into the current branch
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.