package
7.2.0+incompatible
Repository: https://github.com/jimzhan/git-town.git
Documentation: pkg.go.dev
# Functions
ActivateDryRun causes all commands to not be run.
Fetch gets the local Git repo in sync with origin, without modifying the workspace.
OpenBrowser opens the default browser with the given URL.
PrintCommand prints the given command-line operation on the console.
RunCommand executes the given command-line operation.
RunCommandSafe executes the given command-line operation, exiting if the command errors.
SquashMerge squash merges the given branch into the current branch.