git diff <older_commit> <newer_commit> > changes.diff
Type the command above. If you want to see the ID of a commit, you can type the command below. Note that you must include a
> between the ID and the filename you want to create.git log --oneline --graph

