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

NAME

is_git_synced

VERSION

version 1.0.3

SYNOPSIS

is_git_synced [options] dir1 [dir2 ...]

 Options:

      --quiet           Script will not output anything
      --only_errors     Script will write only dirs with errors
      --ignore_missing  Will ignore missing dirs
      --show_ok         Show 'ok' message if everthing is synced
      --help            Show this message
      --version         Show version number

Script checks every specified dir if it is a git repo and it has no local changes that are not in remote repository origin. Script by default will output information about every checking dir in the separate line. The exit status will be 0 if everything is synced and 1 otherwise.

Project url: https://github.com/bessarabov/App-IsGitSynced

SOURCE CODE

The source code for this module is hosted on GitHub https://github.com/bessarabov/App-IsGitSynced

AUTHOR

Ivan Bessarabov <ivan@bessarabov.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Ivan Bessarabov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.