Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions lib/App/Multigit/Manual/Cookbook.pod
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
=head1 NAME

App::Multigit::Manual::Cookbook - examples of Multigit usage

=head1 Get repos with basename matching a pattern with changes not pushed to origin/master

$ ( cd "$(mg root)" && mg each | grep MySubString | mg -q each git log origin/master..HEAD )

Sample output:

MyProject-docker
commit d85820fffc8160dc076242e022aa9abcf59156a1
Author: Fred Bloggs <fred.bloggs@example.com>
Date: Tue Dec 22 15:58:15 2015 +0000

Started adding MyProject-flobble script