39
PacRat
7y

!rant
Learning github begins.....

NOW!

Comments
  • 2
    @QAgMire to be extra sure one should first mount every storage available and then issue rm -rf /.
  • 4
    @c2wiki you forgot --no-preserve-root
    ;-)
  • 2
    When it comes to Git, getting used to the terminal is crucial.
  • 2
    @QAgMire I do this mostly (sadly).
    Is there a better approach? I'm sure there is
  • 0
    @Faraaz depends on your problem. Normally delete and clone again is just a lazy move
  • 0
    When it comes to git my suggestion is to use only command line ☺️
  • 0
    @Faraaz Stash changes, revert to commit, rebase?
  • 0
    I’d recommend you to use the CLI until you know what you’re doing. It forces you to get a good base understanding, it also makes you way faster in the long run.
Add Comment