Skip to content

Instantly share code, notes, and snippets.

@rifttech
Created August 12, 2022 14:51
Show Gist options
  • Select an option

  • Save rifttech/84c6e6c438f931b3d0d0a261c81452d6 to your computer and use it in GitHub Desktop.

Select an option

Save rifttech/84c6e6c438f931b3d0d0a261c81452d6 to your computer and use it in GitHub Desktop.
Diffs

find differece in commits between 2 branches

git log 
       --pretty=format:"%h - %ch - %<(20) %s" --after="2022-06-22" \
       --right-only --cherry-pick  --no-merges \
        branch...main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment