Software Alternatives & Reviews

As someone who has done something similar in the past, I don't feel bad about laughing. 🤣 (Also this guy got the advice he needed.)

Learn Git Branching fugitive (via vim) Git Large File Storage
  1. The Git Book is the official tutorial about Git.

    #Git #Code Collaboration #Git Tools 281 social mentions

  2. "Learn Git Branching" is the most visual and interactive way to learn Git on the web; you'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way.
    It's not perfect but I found learngitbranching.js.org really good. It's interactive and helps you visualise how git works.

    #Developer Tools #Open Source #Productivity 125 social mentions

  3. Free - VIM license
    I have definitely done the thing where I write notes in a temporary buffer in Neovim to be later used for the amendment. Using Screen definitely makes switching to a different terminal window quite a bit easier though. My Emacs friends tell me that this is why they swear by Magit. I should be able to do something similar with Fugitive, which I do use, but I guess now that I'm thinking about it, it's never bugged enough to bother.

    #Git #Git Tools #Code Collaboration 69 social mentions

  4. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers.
    Pricing:
    • Open Source
    I have used git filter-repo for something like that as well. I wish that Git would just reject large binary files by default. They're such a pain! If you really need to store large binaries alongside your code, you may want to consider using Git LFS.

    #Git #Development #Code Collaboration 100 social mentions

Discuss: As someone who has done something similar in the past, I don't feel bad about laughing. 🤣 (Also this guy got the advice he needed.)

Log in or Post with