The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:App-Git-Workflow workflow"

App::Git::Workflow - Git workflow tools River stage one • 5 direct dependents • 5 total dependents

This module contains helper functions for the command line scripts....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Pom - Tools for maven POM files with git River stage one • 5 direct dependents • 5 total dependents

This library provides tools for looking at POM files in different branches....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Brs - Common methods for branch stack operations River stage one • 5 direct dependents • 5 total dependents

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command - Helper for other commands River stage one • 5 direct dependents • 5 total dependents

Does the boilerplate for other command modules....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

Test::Git::Workflow::Command - Test Git::Workflow::Command::* files River stage one • 5 direct dependents • 5 total dependents

Helper module to test Git::Worflow::Commandss...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Repository - A basic wrapper around GIT River stage one • 5 direct dependents • 5 total dependents

This is a thin wrapper around Git that will default to using the current directory for "git", adds a simple way of calling git sub-commands as methods....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Pom - Manage pom.xml (or package.json) file versions River stage one • 5 direct dependents • 5 total dependents

The "git-pom" tool helps working with Maven POM files by looking at all branches to see what versions are set. The sub commands allow different kinds of checking to be done. uniq Check that the current branch's POM version is unique across all branch...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Brs - Help brs many commits River stage one • 5 direct dependents • 5 total dependents

Short hand for running "git commit --brs" Over more than one commit in the history...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Popb - Help popb many commits River stage one • 5 direct dependents • 5 total dependents

Short hand for running "git commit --popb" Over more than one commit in the history...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Cows - checkout whitespace only changed files River stage one • 5 direct dependents • 5 total dependents

"git-cows" resets any files that only contain whitespace changes. This is done by finding all files modified (as shown by a "git status") and run them through "git diff -w". If any file results in no out put is shown (i.e. the changes are only white ...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Memo - Help Memo many commits River stage one • 5 direct dependents • 5 total dependents

Memo current branch, commit or tag to make finding them easier in the future....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Jira - Checkout any branch mentioning the passed Jira River stage one • 5 direct dependents • 5 total dependents

Finds any branch containing the passed Jira issue id and switches to that branch. If none is found then it suggests creating the branch using git-feature. If JIRA::REST is installed the suggestion will use the JIRA summary as part of the name....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Amend - Help amend many commits River stage one • 5 direct dependents • 5 total dependents

Short hand for running "git commit --amend" Over more than one commit in the history...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Watch - Watch for changes in repository up-stream River stage one • 5 direct dependents • 5 total dependents

The "git-watch" command allows you to run a command when something changes. The simple option is "show" which just shows what has changed when it changes and nothing else, this is useful for seeing what is happening in the repository. The the "do" su...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Touch - Touch files to match the git change times River stage one • 5 direct dependents • 5 total dependents

This will get the last changed time in the git history for a file and set that time on the file. If the file is a directory and --recurse is specified then the directories time will be set to the most rectent changed time for files with in it as well...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Pushb - Help pushb many commits River stage one • 5 direct dependents • 5 total dependents

Change to branch saving the current branch / commit so you can switch back at a point...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Files - Get information on files changed across branches. River stage one • 5 direct dependents • 5 total dependents

The "git-files" command helps to find out which files are being actively changed by whom and where those files changes are occurring. The aim is to help developers see if other developers are working on the same files. This should reduce the potentia...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Recent - Find what files have been changed recently in a repository River stage one • 5 direct dependents • 5 total dependents

"git-recent" finds all files that have been changed in all branches in the repository. This allows collaborators to quickly see who is working on what even if it's in a different branch....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Search - grep for branch names River stage one • 5 direct dependents • 5 total dependents

Short hand for running "git branch (-r|-a)? | grep -P 'regex'"...

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC

App::Git::Workflow::Command::Changes - Stats on the number of commits by committer River stage one • 5 direct dependents • 5 total dependents

The "git-changes" command allows to get statistics on who is committing to the git repository....

IVANWILLS/App-Git-Workflow-v1.1.20 - 04 Aug 2022 22:46:04 UTC
57 results (0.026 seconds)