# effective java (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover effective java.

Page: <https://rssamplifier.com/topics/effective-java/blogs>  
Feed: <https://rssamplifier.com/topics/effective-java/blogs.md>

---

## [The Confusing Case of Git Signatures on GitHub](https://blog.scaledcode.com/blog/github-and-git-signatures/)

_2025-03-07 · Scaled Code_

Git has supported signing for some time (version 1.7.9 released in 2012). As git's own documentation says, git is cryptographically secure but not foolproof . By cryptographically secure it means that every commit has a hash value and all future values are built on top of previous values. This makes tampering with the history of a repository extremely difficult without detection. By not foolproof…

