Files
swangnice_site/content/en/notes/coding/cheat_sheet/git/index.md
2025-07-25 02:15:37 +08:00

188 B

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

submodule

Commit

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