Files
swangnice_site/content/en/notes/coding/cheat_sheet/git/index.md
2025-08-18 20:01:21 +08:00

173 B

+++ title = 'Git' date = 2024-09-20T04:17:50Z draft = false +++

Commit

  1. Add date and time in commit messages:
git commit -m "$(date '+%Y-%m-%d %H:%M:%S')"