Skip to content

Instantly share code, notes, and snippets.

@lambda-mike
Last active August 11, 2022 13:26
Show Gist options
  • Save lambda-mike/cded1177d2da32857a8f8fc20e055088 to your computer and use it in GitHub Desktop.
Save lambda-mike/cded1177d2da32857a8f8fc20e055088 to your computer and use it in GitHub Desktop.
Git snippets

Git

log

# find all commits which modify any 'package.json' file on 'dev' branch in remote 'origin' since yesterday
git log origin/dev --since='yesterday' --name-only -- "*/package.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment