git commands

May 03, 2022

Show the history of a particular file:

git log -p -- .github/workflows/deploy-staging.yml

search the commit log

git log --grep migrations

↑ up