Overview The Git log is a command that shows the commit history for a repository, including information about who made the commit, when it was made, and what changes were made. In order to create a release notes document using the Git log, I used a shell script which should first check out the repository…