Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments

He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands

  • lorty@lemmy.ml
    cake
    link
    fedilink
    arrow-up
    16
    ·
    9 months ago

    Because every IDE implementa a different git interface and I can’t be bothered to figure out where they hid the commit, push, pull etc. buttons this time.

    • richieadler@lemmy.myserv.one
      link
      fedilink
      English
      arrow-up
      5
      ·
      9 months ago

      Damn I hate with a passion the IDE interactions with source control software. I may make use of the visual information they give me, but I still execute the commands in the console.

      • c10l@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        Same. Git GUIs can be great for examining commit trees, visualising patches, etc. For any write operations (this includes things like fecth and pull which write to .git), it’s all in the shell.