NAME
App::IsGitSynced - script to find out if the local git repo is fully synced
VERSION
Version 0.01
SYNOPSIS
is_git_synced [options] dir1 [dir2 ...]
Options:
--quiet Script will not output anything
--only_errors Script will write only dirs with errors
--help Show this message
--version Show version number
Script checks every specifeid dir if it is a git repo and it has ho local changes that are not in remote repsitory origin. Script by default will output information about every checked dir in separate line. The exit status will be 0 if everything is synced and 1 otherwise.
Project url: https://github.com/bessarabov/App-IsGitSynced
AUTHOR
Ivan Bessarabov, <ivan@bessarabov.ru>
SOURCE CODE
The source code for this module is hosted on GitHub https://github.com/bessarabov/App-IsGitSynced
BUGS
Please report any bugs or feature requests to bug-app-isgitsynced at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-IsGitSynced. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
Or you can use GitHub Issues https://github.com/bessarabov/App-IsGitSynced/issues
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::IsGitSynced
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2012 Ivan Bessarabov.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.