- First fix up the author details in .git/config file for the given repo by adding this block
[user]name = <new name>
email = <new email>
- Now execute following command to amend the commit:
git commit --amend --reset-author
[user]name = <new name>
git commit --amend --reset-author
Learn about Scheduling Repeating Local Notifications using Alarm Manager in this post .