git --git-dir=${FOLDER_NAME}/.git log --all --after=${SINCE} --author=${AUTHOR} --pretty=format:'%aD %ar, branch: %d message: %s'
Fri, 22 Feb 2019 18:56:51 +0000 3 days ago, branch: (HEAD -> master, tag: 10.5.0, origin/master, origin/HEAD) message: #2 fix typo on homepage
Depends on (#3 )
List logged-in user commits in the selected repository. Use the token to query the Github REST API or Github graph API
In the shell script this is achieved by cloning the repo and running the
logcommand https://github.com/ivarprudnikov/my_commit_history/blob/master/main.sh#L81-L84which produces