-
-
12 May 2011 20:39:46 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (102 / 0 / 7)
- Kwalitee
Bus factor: 2- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (25.18KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Config::INI::Reader
- Cwd
- Data::Dumper
- File::Basename
- File::Path
- File::Slurp
- File::Spec
- FindBin
- Git::Wrapper
- List::MoreUtils
- List::Util
- Moose
- MooseX::App::Cmd
- MooseX::App::Cmd::Command
- Net::GitHub::V2::Repositories
- Term::ANSIColor
- Term::ReadLine
- Term::ReadLine::Perl
- Test::MockObject
- Try::Tiny
- YAML
- autodie
- namespace::autoclean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.0 - 2011-05-12
- ENHANCEMENTS
- Add 'update_status' command (alias 'upst') which first does 'got update' followed by 'got status'.
- Add 'push' command (as suggested by Brock Wilcox and Chas Owens) to do batch pushes of selected repos.
- Add 'gc' command to trigger garbage collection in managed Git repos.
- Tests, tests, tests
- BUG FIXES
- Tweak $ENV{LESS} to work better with 256 color terms.
- Remove '_bright_' from various colors in the dark-themed outputter.
- OLDER:
- Hadn't been maintaining Changes file. Bad coder, no cookie.
Documentation
A tool to make it easier to manage multiple code repositories using different VCSenModules
A tool to make it easier to manage multiple git repositories.Base class for App::GitGot commandsadd a new repo to your configopen a subshell in a selected projectclone a remote repo and add it to your configfork a github repoRun the 'gc' command to garbage collect in git reposlist managed repositoriesPush local changes to the default remote in git reposremove a managed repository from your configprint status info about reposupdate managed repositoriesupdate managed repositories then display their statusdisplay application versionGeneric base class for outputting formatted messages.Color scheme appropriate for dark terminal backgroundsColor scheme appropriate for dark terminal backgroundsBase repository objectsGit repo objectsProvides
in lib/App/GitGot/Repo/Git.pmModule Install Instructions
To install App::GitGot, copy and paste the appropriate command in to your terminal.
cpanm App::GitGot
perl -MCPAN -e shell install App::GitGot
For more information on module installation, please visit the detailed CPAN module installation guide.