Git
Git commands and workflow notes.
- Enforce Commit Message Standards with Git Hooks Block unwanted patterns in commit messages using commit-msg hooks, with automated installation and clear error messages
- Configure Git User Name and Email Set Git identity globally or per-project for commits.