• 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • Depends on the features.

    Git has some counterintuitive commands for some commands you may want to do when you want to quickly do something. Being able to click a button and have the IDE remember the syntax for you is nice.

    Some IDEs have extra non-native Git features like have inlined “git blame” outputs as you edit (easily see a commit message per-line, see who changed what, etc.), better diff/merge tooling (JetBrain’s merge tool comes to mind), being able to revert parts of the file instead of the whole file, etc.

    the git integration in vscode which I discarded after few attempts to use

    I’m going to be honest, I don’t really like VS Code’s Git integration either. I find it clunky and opinionated with shitty opinions.











  • micka190@lemmy.worldtoMemes@lemmy.mlGet rich quick
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    There’s kind of a difference between “we scraped the internet and decided to use copyrighted content anyways because we decided to interpret copyright law as not being applicable to the content we generate using copyrighted content” (omegalul) and “we explicitly agreed to a legally-binding contract with Apple stating we won’t do that”.









  • micka190@lemmy.worldtoLinux@lemmy.mlNixOS forked
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 months ago

    Nothing concrete from what I can tell. Becoming a hard fork is relatively recent though (mid-November of last year, roughly).

    As a side note, I understand why Gitea and Forgejo went for a “copy GitHub Actions” approach to their CI, but man do I wish more self-hosted repo software tried to copy Drone/Woodpecker instead. Iterative containers in the pipeline is such a smoother build experience, and it kind of sucks that Gitness is the only one doing it (that I know of).