4
sjwsjwsjw
21h

i fucking hate svn

Comments
  • 2
    It hates your code as well. You both should migrate to git. Mercurial is nice btw, why nobody using that? Former company only 'upgraded' to git to become a bit more standardized. Now we have the stupid stage step. Mercurial didn't have that. If you think that the stage step is useful, you clearly don't know different. It's shit
  • 2
    @retoor
    Use a GUI (in the editor preferably) for staging specific files/ranges instead of the CLI to avoid going insane
    E.g. Ctrl+enter in vscode stages+commits automatically

    If you think it's stupid and always stage all, you don't understand git and probably half your commits contain unrelated changes
  • 2
    @devRancid Git gui gets a bad rep but it's honestly so much easier to do complex commits where you pick and choose hunks
  • 0
    I have 0 problems with staging in Fork and Sourcetree.
Add Comment