Note on git:
Pretty print the contents of the commit logs in a given format:
git show --format=fullergit commit --amend --author "Allen Bai <abai@redhat.com>"
Test a PR locally:
git fetch <remote> pull/<id>/head(check this out)
Other notes:
git show --format=fuller FETCH_HEADgit checkout <previous commit_id> <file_name>git show --stat HEAD