git config --global user.name "YOUR NAME"

git config --global user.email "YOUR EMAIL"

git config --list

git reset --soft HEAD~1

git commit -a -m '17. Understanding "methods" in Vue Apps~'

git add . add all files except deleted files

How to change the timestamp of an old commit in Git (use Git Bash not PowerShell)

Check time using git log --pretty=fuller