We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Custom Commands Compendium (markdown)
change SelectedLocalBranch.RefName to SelectedLocalBranch.Name
Use conditional go template, to write the scope of the commit so the user, just needs to type the scope, and make the breaking change a (yes/no) prompt instead of a input
Fix .SelectedRemote.RefName (rename to Name)
add custom command for checking out a GitHub PR branch from a list
Fix invalid key
Add correct indentation for easier copying into user configurations
add actual command to "Push to a specific remote repository", otherwise it does not do anything
Add command to prune (upstream gone).
The xargs -r flag prevents it from running if it receives no input and prevents error messages when there are no branches to be pruned.
Fix: typo
add conventional commit template
updated open existing gitlab pull request in browser to use .SelectedLocalBranch.UpstreamBranch
Added command to open existing GitLab pull request in browser
Add "Pushing a specific commit"
replace `git cz` with `git cz c` as the command does not work otherwise
Add custom command to push to different remote repositories