package
3.8.20+incompatible
Repository: https://github.com/devx-cafe/git-phlow.git
Documentation: pkg.go.dev

# Functions

Auth ...Authenticates the desired service.
AuthCaller ...Wraps auth and injects dependencies.
Bootstrap ...Creates a new .gitconfig file with a default configuration.
Clean ...deletes all the delivered branches.
CleanCaller ...
Deliver ...Push a ready branch to the remote repository.
DeliverCaller ...Top level deliver call, called from cmd.
FetchGH ...Fetch for github.
FetchJ ...fetch for Jira.
GenerateMessage ...generates a message from a branch with a given issue extractor.
GetJIRAIssue ...
IssueCaller ...prints issue with given target.
LaunchBrowser ...
LocalDeliver ...Delivers locally and pushes the changes to the remote.
MakeAlias ...Create alliases for git phlow commands.
MakeAliasCaller ...
OpenGitHub ...Try to display github issues.
OpenJira ...try to display jira configuration.
PrintIssues ...
ReadInput ...Reads input from user.
ReadPassword ...read input from the user anonymously.
Show ...Shows the listed configuration.
UpdateGithubIssue ...Updating an issue on github and returns the branch name.
UpdateJIRAIssue ...Updates the issue on jira and returns the name of the branch.
UpNext ...Returns the next branch ready for integration based on time of creationOldest branches gets integrated first.
WebCaller ...Executes command to web.
WorkOn ...creates a new workspace from issue by given WorkOnUpdate and configuration.
WorkOnCaller ...Toplevel workon function called from cmd.
WrapUp ...
WrapUpCaller ...

# Type aliases

Fetch ...Type for getting issues.
WorkOnUpdate ...Type for updating issuesreturns a name or an error.