Skip to content

Commit

Permalink
remove update update
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeaty committed Mar 30, 2022
1 parent 585a0ac commit 2d9d330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<p>You can also do a a custom span of time e.g. <code>--since=3.days.ago --until=1.day.ago</code> if you want more than just the last day of commits.</p>

<p><strong>UPDATE:</strong> If you are in the thick of push battles with your coworker on a project and want to avoid the &ldquo;Merge branch&rdquo; lines from git, you can just add <code>sed '/Merge branch/d'</code> to the mix:</p>
<p>If you are in the thick of push battles with your coworker on a project and want to avoid the &ldquo;Merge branch&rdquo; lines from git, you can just add <code>sed '/Merge branch/d'</code> to the mix:</p>

<pre><code>git log --author=Nate --since=1.day.ago --all-match --format='%s' | sed '/Merge branch/d' | tail -r | paste -s -d : - | sed -e 's/:/; /g' | pbcopy
</code></pre>

0 comments on commit 2d9d330

Please sign in to comment.