App-Git-Workflow-Command-Take

 view release on metacpan or  search on metacpan

lib/App/Git/Workflow/Command/Take.pm  view on Meta::CPAN

=head1 VERSION

This documentation refers to git-take-mine version 0.8

=head1 SYNOPSIS

   git-take-mine [option] [path_or_file]

 OPTIONS:
  -q --quiet    Suppress notifying of files changed
     --ours     Take choanges from current branch throwing away other branches changes
     --theirs   Take changes from merging branch throwing away current branches changes

  -v --verbose  Show more detailed option
     --VERSION  Prints the version information
     --help     Prints this help information
     --man      Prints the full documentation for git-take-mine

=head1 DESCRIPTION

C<git take> provides a way of quickly resolving conflicts by taking only one
side of the conflict. It does this differently to C<git checkout --ours> /



( run in 0.828 second using v1.01-cache-2.11-cpan-496ff517765 )