Hacker News
- Things I know about Git commits https://www.jvt.me/posts/2024/07/12/things-know-commits/ 101 comments
- Git Things https://matklad.github.io/2023/12/31/git-things.html#Git-Things 138 comments
- Things I just don't like about Git https://cohost.org/tef/post/3009746-things-i-just-don-t 116 comments
- 10 things I hate about Git http://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-git/ 32 comments
- Things I wish everyone knew about Git (Part II) https://blog.plover.com/prog/git/tips-2.html 136 comments
Lobsters
- Little Things I Like to Do with Git https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/ 15 comments vcs
- Making a hash of things – using #s in git commit messages http://blog.tdwright.co.uk/2018/09/15/making-a-hash-of-things-using-s-in-git-commit-messages/ 7 comments vcs
- Things I wish Git had: Commit groups http://blog.danieljanus.pl/2021/07/01/commit-groups/ 323 comments programming
- Deploy to many things at once with Git https://www.reddit.com/r/webdev/comments/5gpo07/deploy_to_many_things_at_once_with_git/ 5 comments webdev
- 10 things I hate about Git https://stevebennett.me/2012/02/24/10-things-i-hate-about-git/ 44 comments programming
- Use git! Even for small things. https://blog.codecentric.de/en/2015/09/use-git-even-for-small-things/ 15 comments programming
- 5 things I frequently do and forget with git http://www.beatofthegeek.com/2014/01/5-things-i-frequently-do-and-forget.html 3 comments sysadmin
- 5 things I frequently do and forget with git http://www.beatofthegeek.com/2014/01/5-things-i-frequently-do-and-forget.html 8 comments git
- 10 things I hate about Git http://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-git/ 231 comments programming
- 10 things I love about git http://rakeroutes.com/blog/10-things-i-love-about-git/ 11 comments git
- 10 Things I Hate About git (xpost from http://www.reddit.com/r/programming) http://www.reddit.com/r/programming/comments/xpitj/10_things_i_hate_about_git/ 6 comments git
- 10 things I hate about Git https://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-git/ 712 comments programming
- 10 things I hate about Git http://steveko.wordpress.com/2012/02/24/10-things-i-hate-about-git/ 41 comments git
- From CVS to Git, 9 Things I’ve Learned http://eclipsesource.com/blogs/2011/06/09/git-lessons-learned/ 32 comments programming
- Three Things I Love About Git http://ai.redsymbol.net/2008/04/three-things-i-love-about-git.html 21 comments programming
- Cool bash CLI for optimizing your development productivity on Git and other things https://github.com/hwixley/WIX-CLI 3 comments bash
- Little Things I Like to Do with Git https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/ 7 comments programming
- Little Things I Like to Do with Git https://csswizardry.com/2017/05/little-things-i-like-to-do-with-git/ 5 comments git
- Git - undoing things! And using git rebase for a tidier workflow http://slides.com/lilianakastilio/github-4#/ 38 comments learnprogramming
- Flight Rules for Git: What to do when things go wrong https://github.com/k88hudson/git-flight-rules 11 comments programming
- One of the things Git gets right http://wincent.com/a/about/wincent/weblog/archives/2007/11/one_of_the_thin.php 38 comments programming
- Things I wish everyone knew about Git (Part II) https://blog.plover.com/prog/git/tips-2.html 9 comments coding
- Things I wish everyone knew about Git (Part II) https://blog.plover.com/prog/git/tips-2.html 7 comments programming
- The Universe of Discourse : Things I wish everyone knew about Git (Part II) https://blog.plover.com/prog/git/tips-2.html 2 comments programming
- Some useful things I recently learned about Git hooks https://www.cqse.eu/en/blog/how-not-to-write-git-hooks/ 2 comments programming
- That one little confusing thing about the Git version control system http://www.weblaws.org/robb/2011/02/02/that-one-little-confusing-thing-about-the-git-version-control-system/ 112 comments programming
- Awesome Git - A curated list of amazingly awesome Git tools, resources and shiny things https://github.com/dictcp/awesome-git 4 comments git
- For those who aren't familiar with it: OhShitGit.com is a great website for when things go horribly wrong in git. https://ohshitgit.com/ 10 comments git
- Flight rules for Git: a guide for programmers using Git about what to do when things go wrong https://github.com/k88hudson/git-flight-rules 6 comments coding
- Flight rules for git - A guide for astronauts (now, programmers using git) about what to do when things go wrong. https://github.com/k88hudson/git-flight-rules 27 comments programming
- Is there a way to get git aware programs to see YADM repo as git? symlinking to .git did very strange things https://yadm.io/docs/overview 9 comments git
- Unix legend Brian Kernighan, who is the "k" in "awk" and is 80 years old, keeps fixing things. He has added Unicode support to awk, but he couldn't figure out how use git, so he just emailed his changes to the current maintainer https://arstechnica.com/gadgets/2022/08/unix-legend-who-owes-us-nothing-keeps-fixing-foundational-awk-code/ 519 comments upliftingnews
- I added a dirty line of code a while back just to try a thing and forgot to remove it. The result is I found it while profiling 3 month later and removed it. It made my game up to 3 times faster to render. My two cents: Use git, and use ephemeral branches when trying quick and dirty things. https://twitter.com/timkrief/status/1257116411605942272?s=20 4 comments gamedev
- Checking a few things on putting multi-user, git-push-to-deploy, web server together for students https://gist.github.com/Nilpo/8ed5e44be00d6cf21f22#ap 7 comments webdev
- What on earth is this? " JavaRanch Cattle Drive - Okay, saddle up folks. We're gonna git some real life experience writin' actual java code! Before you get going, you should read about the cattle drive. It explains a few things worth knowin!" http://www.javaranch.com/java-college.jsp 8 comments java