14
lxmcf
6y

So on a scale from 0 to creating a bat script to delete folders and fully re clone the repo's you just deleted because you can't be bothered learning git, how lazy are you?

I'm in the latter...

Comments
  • 3
    huh? "git clone" is to complicated for you? and there are much better alternatives to ms batch....
  • 1
    I think Im a 0,

    Git reflog
    Pick a index to rewind to
    Git reset head{index}

    Or if all else fails
    git clone URL 🤷‍♂️

    But no, a bat file makes perfect sense here
  • 0
    Just use a git GUI like Gitkraken and you're good to go

    Even Linus Torvalds said that git wasn't supposed to be used directly, but as an API for more friendly tools
Add Comment