• 0 Posts
  • 124 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle






  • I’m not claiming that “discard” is a git action. I’m claiming a git user should understand what’s meant by the phrase “discard changes”. Run git status in a repo that has changes in the working directory. In the resulting output, there’s a message:

    Changes not staged for commit:
        (use "git add ..." to update what will be committed) 
        (use "git restore ..." to discard changes in working directory)
            ...
    

    The phrase “discard changes” is used consistently in git’s output.












  • You can mod things on Linux, it’s just slightly more of a pain because you have to usually manually place files in the right locations, since the mod managers are kinda hit or miss on Linux.

    That being said, I was recently able to mod Minecraft and Valheim pretty extensively with mod managers (I forget which one for Minecraft, but I used r2modman for Valheim which worked great), and I got the Mass Effect: Legendary Edition mod manager working enough via wine that I could mod that too.