Skip to main content

Git

Git signed commits
·1837 words·9 mins
What are signed commits in Git, when they make sense, how they’re shown in GitHub as verified, and how they can help in enhancing security in sensitive/public environments by securing development workflows.
Git dynamic authors
·810 words·4 mins
A dynamic Git configuration that automatically sets the author name and email based on the repository path. It’s perfect for working on multiple projects from a single laptop safely without manual switching.