top 50 comments

sorted by: hot top controversial new old
[–] 73 points 2 months ago (1 child)

👏 Learn 👏 to 👏 squash 👏 those 👏 commits 👏

  • source
  • hideshow 1 child comment
  • [–] 40 points 2 months ago (2 children)

    You don't just write your entire project, then make your first commit?

    /j

  • source
  • hideshow 2 child comments
  • [–] 40 points 2 months ago (13 children)

    Yeh I use git (git commit --amend)

  • source
  • hideshow 13 child comments
  • [–] 5 points 2 months ago*

    git commit --amend --no-edit and git push --force-with-lease

    No-edit skips opening an editor for the commit message and just reuses the same message.

    Force-with-lease will force push but only if your local is not missing commits that remote has. Ie other people haven't pushed anything since you last pulled.

  • source
  • parent
  • load more comments (12 replies)
    [–] 27 points 2 months ago (32 children)

    rebase & fixup or reset are your friends

  • source
  • hideshow 32 child comments
  • [–] 17 points 2 months ago (14 children)

    I love editing history. Fix the bug in the change that introduced it!

  • source
  • parent
  • hideshow 14 child comments
  • [–] 16 points 2 months ago (13 children)

    Then force-push, and fuck up someone's day!

  • source
  • parent
  • hideshow 13 child comments
  • [–] 15 points 2 months ago* (11 children)

    git branches are free
    work in your tree
    til the changes are ready
    300 git push --force-with-lease a day and nobody mad

  • source
  • parent
  • hideshow 11 child comments
  • load more comments (9 replies)
  • load more comments (1 reply)
  • load more comments (17 replies)
    [–] 24 points 2 months ago (5 children)
    [–] 20 points 2 months ago

    A dev on windows? Of course that's your git log!

  • source
  • [–] 17 points 2 months ago

    Looks like a normal branch where someone debugs some GitHub workflow.

  • source
  • [–] 14 points 2 months ago (1 child)

    Is it humor because we make fun of you?

  • source
  • hideshow 1 child comment
  • [–] 13 points 2 months ago

    You need to learn refactoring/squashing

  • source
  • [Test] around and find out

  • source
  • [–] 12 points 2 months ago

    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.

  • source
  • [–] 6 points 2 months ago

    nonsense, I would never use windows

  • source
  • [–] 6 points 2 months ago

    I see I'm not the only one fighting with CI/CD pipelines.

  • source
  • [–] 6 points 2 months ago

    Me when learning GH Actions/CI/CD

  • source
  • [–] 5 points 2 months ago

    my private repo is filled with "stuff", "more stuff", "new stuff", "changes" commits.

  • source
  • [–] 4 points 2 months ago (1 child)

    Whenever I work on something, I don‘t intend on publishing, I use What the commit.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 4 points 2 months ago

    well yeah, in an enterprise project we would say "chore(test)". Semantic release ftw!

  • source
  • [–] 3 points 2 months ago (4 children)

    Small incremental changes are good.

  • source
  • hideshow 4 child comments
  • load more comments (4 replies)
    load more comments
    view more: next ›