←back to thread

Oh Shit, Git?

(ohshitgit.com)
464 points Anon84 | 1 comments | | HN request time: 0.201s | source
Show context
tantalor ◴[] No.42730193[source]
I'm not a git user, but stuff like this really drives home the idea that "git commit" is meaningless, the only thing that matters is when your commits are pushed or merged.

It's like saving a textfile. Do you write a little message every time you save a file? No that's silly. Just move on.

replies(6): >>42730255 #>>42730939 #>>42731265 #>>42731513 #>>42732537 #>>42733777 #
1. julianeon ◴[] No.42731513[source]
I actually use git for my todolist/diary and I have an alias for when I want to save which does git commit -m "whatever." Basically I do that so I can view the updated version in the mobile app.