Hacker News
- Git Hooks - pre-commit http://leftnode.com/git-hooks-pre-commit/ 6 comments
- Yipit Django Blog: Why You Need a Git Pre-Commit Hook http://tech.yipit.com/2011/11/16/183772396/ 19 comments
- Use KeePassXC to sign your Git commits https://code.mendhak.com/keepassxc-sign-git-commit-with-ssh/ 25 comments
- Do we think of Git commits as diffs, snapshots, or histories? https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/ 3 comments
- Committing Without Git https://matheustavares.gitlab.io/posts/committing-without-git 22 comments
- Using 'Git rebase' to Perfect Commits https://adamjhawley.github.io/post/2022-02-07-using-git-rebase-to-perfect-commits/ 22 comments
- Git wishlist: aggregate changes across non-contiguous commits (2019) https://blog.plover.com/prog/git-wishlist.html 37 comments
- I'm not going to cryptographically sign my Git commits, and you shouldn't either https://blog.glyph.im/2024/01/unsigned-commits.html 12 comments
- Show HN: I git commit my home directory every night https://github.com/hoytak/git_snapshot 6 comments
- -M sends daily digests to your users based on git commit messages http://minusm.com 17 comments
Lobsters
- How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/ 19 comments programming , vcs
- Testing pre-commit with git http://daurnimator.com/post/134519891749/testing-pre-commit-with-git 8 comments programming
- Trouble with magit and git pre-commit hooks https://github.com/magit/magit/issues/3419 7 comments emacs
- [WIP] Request for comment on Git commit graph https://github.com/rbong/vim-flog 9 comments neovim
- Can I pin plugin commits using the native built-in pack plugin system and git submodules? https://medium.com/@paulodiovani/installing-vim-8-plugins-with-the-native-pack-system-39b71c351fea 5 comments neovim
- Setting up Git commit template https://www.deskriders.dev/posts/1640339806-setting-up-git-commit-template/ 20 comments programming
- Same commit has two dates (git cli vs github.com) https://github.com/WireGuard/wireguard-monolithic-historical/commit/99d303ac 5 comments git
- Things I wish Git had: Commit groups http://blog.danieljanus.pl/2021/07/01/commit-groups/ 323 comments programming
- Git - How to fix a bad commit https://guivern.hashnode.dev/git-how-to-fix-a-bad-commit 13 comments programming
- git's commit workflow is backwards, and encourages bad habits https://rory.bio/posts/git-plan/ 66 comments programming
- What % of Git commit messages use the imperative mood? https://initialcommit.io/blog/git-commit-message-imperative-mood 48 comments programming
- My favourite Git commit https://dhwthompson.com/2019/my-favourite-git-commit 202 comments programming
- Inserting a new commit in the Git history https://blog.frankel.ch/inserting-new-commit-git-history/ 20 comments programming
- Git wisdom - stop "Foxtrot" merge commits http://blog.developer.atlassian.com/stop-foxtrots-now/ 262 comments programming
- Mystery Git ransomware appears to blank commits, demands Bitcoin to rescue code • The Register https://www.theregister.co.uk/amp/2019/05/03/git_ransomware_bitcoin/ 456 comments programming
- legit, an esoteric programming language based on Git commit graphs https://morr.cc/legit/ 17 comments programming
- How to craft your changes into small atomic commits using Git https://curiousprogrammer.io/blog/how-to-craft-your-changes-into-small-atomic-commits-using-git 18 comments programming
- Sentiment Analysis of Git Commit Messages http://geeksta.net/geeklog/exploring-expressions-emotions-github-commit-messages/ 11 comments coding
- The Biggest and Weirdest Commits in Linux Kernel Git History https://www.destroyallsoftware.com/blog/2017/the-biggest-and-weirdest-commits-in-linux-kernel-git-history 16 comments programming
- A "choose your own adventure" on fixing git commits https://sethrobertson.github.io/gitfixum/fixup.html 23 comments programming
- git ready » learn git one commit at a time http://gitready.com 3 comments git
- xkcd: Git Commit http://xkcd.com/1296/ 44 comments sysadmin
- New to Git? Commit Policies for Git workflow http://osteele.com/archives/2008/05/commit-policies 11 comments programming
- extradite.vim: a git commit browser for vim http://int3.github.com/vim-extradite/ 4 comments git
- Git and Unreal Engine 5 (75 GB in a single commit) https://www.youtube.com/watch?v=Q6xK09zWjFU 10 comments gamedev
- Blender's first ever Git commit since it became open source 19 years ago https://git.blender.org/gitweb/gitweb.cgi/blender.git/commit/12315f4d0e0ae993805f141f64cb8c73c5297311 3 comments blender
- git-journal 0.6.0 adds a lots of new features, like: commit hash links, multi processing, custom header/footer, template generation, sorting methods and many more https://github.com/saschagrunert/git-journal/releases 6 comments rust
- The Git commit guessing game: guess who on your team wrote a commit based only on their message https://github.com/jsomers/git-game 7 comments git
- Getting geeky with Git #11. Keeping our Git history clean with fixup commits https://wanago.io/2021/08/02/geeky-with-git-fixup-commits/ 13 comments programming
- cargo publish: 1 files in the working directory contain changes that were > not yet committed into git: https://www.reddit.com/r/rust/comments/6rczbl/cargo_publish_1_files_in_the_working_directory/ 5 comments rust