Skip Navigation
Can I remove a git repo without resorting to `rm -rf` ?
  • Maybe you can create a bash function (and add it to your bash config files) that only executes the rm -rf command we have a .git file around?

    function git-rm {
      if [ -d "$1" ] && [ -d "$1/.git" ]
      then
        rm -rf $1;
      fi
    }
    
  • Racism Can No Longer Be Tolerated: Brazilian President Lula
  • This, basically. International Lula is the best. Domestic Lula is almost worthless, and his biggest merit is not being Bolsonaro. His conciliatory/let's-be-friends playbook will pave the way for the next far-right lunatic and probably get him in trouble again.

  • People Hate the Idea of Car-Free Cities—Until They Live in One
  • I've already warmed up to the idea that we'd have to force positives changes through in the dead of night. With all things said and done, watch those who'd rail against it say they've always been in favor of it.

  • Capitalism really just reinvented sleeping outside SMH
  • So... you get room service? Like... how far do these workers stay from these rooms? Can they see you pee and take a dump? Where do you clean yourself? Do you get a refund if it rains? Is a simple hotel room somewhere nearby cheaper than this gourmet outdoor experience?

    So many questions....

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NI
    nighty @lemmy.ml

    i wanna stop working for a while

    Posts 0
    Comments 48