gitflow

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Feature is the branch name prefix standard for GitFlow feature branches
	Feature = "feature"
	// Bugfix is the branch name prefix standard for GitFlow bugfix branches
	Bugfix = "bugfix"
	// Hotfix is the branch name prefix standard for GitFlow hotfix branches
	Hotfix = "hotfix"
	// Release is the branch name prefix standard for GitFlow release branches
	Release = "release"
)

Variables

This section is empty.

Functions

func RemovePrefixes

func RemovePrefixes(s string) string

RemovePrefixes removes GitFlow prefixes from strings Example input: Feature/new_logIN-pages Example output: New Login Pages

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL