Files
swangnice_site/content/zh/notes/coding/cheat_sheet/git/index.md
2025-07-25 02:15:37 +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')"