© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Aravind
Software Engineer At Hasura, Hashnode Alumnus
Marco Alka Has a good list here, most of which I use on a daily basis. The one command I find myself using often is
git rev-parse HEAD
I use this to inject commit hashes to binaries. This helps me find the commit which built the binary.