Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trace cd a/b/c
trace python3 -c 'import os; print(os.getcwd())'
# Scripts that bundle exec executes should run from the bundle root.
trace $CLI bundle exec -- python3 -c 'import os; print(os.getcwd())'