Boys, don't dev alone or you'll end up with a git log like mine
2026-06-23 11:02 UTC
Replies (15)
-
@slazer2au@lemmy.world 2026-06-23 11:05
Small incremental changes are good.
-
@exu@feditown.com 2026-06-23 11:07
rebase & fixup or reset are your friends
-
@towerful@programming.dev 2026-06-23 11:20
Yeh I use git (git commit --amend)
-
@asudox@lemmy.asudox.dev 2026-06-23 11:34
my private repo is filled with “stuff”, “more stuff”, “new stuff”, “changes” commits.
-
@con_fig@programming.dev 2026-06-23 11:37
👏 Learn 👏 to 👏 squash 👏 those 👏 commits 👏
-
@one_old_coder@piefed.social 2026-06-23 12:20
Is it humor because we make fun of you?
-
@olenkoVD@lemmy.dbzer0.com 2026-06-23 13:22
Skill issue
-
@somegeek@programming.dev 2026-06-23 13:39
A dev on windows? Of course that’s your git log!
-
@leo85811nardo@lemmy.world 2026-06-23 14:07
Me when learning GH Actions/CI/CD
-
@the_beber@feddit.org 2026-06-23 14:29
Whenever I work on something, I don‘t intend on publishing, I use What the commit.
-
@AstroLightz@lemmy.world 2026-06-23 16:15
You don’t just write your entire project, then make your first commit? /j
-
@Witchfire@lemmy.world 2026-06-23 16:33
You need to learn refactoring/squashing
-
@AzuraTheSpellkissed@lemmy.blahaj.zone 2026-06-23 20:43
[Test] around and find out
-
@tdgoodman@lemmy.dbzer0.com 2026-06-24 02:30
I cannot give you a 100% for consistency. You have three inconsistent check in messages: ‘tet’, ‘FueraEstanciaRowRename’, and ‘Revert “test”’. You must be uniformly informative with your messages.
-
@python@lemmy.world 2026-06-24 06:31
well yeah, in an enterprise project we would say “chore(test)”. Semantic release ftw!