Comments

You must log in or register to comment.

hollyhoppet wrote

Trust in your heart and the diffs shall become as one

4

musou wrote

this book/website has saved my bacon more often than i'd like to admit. good luck brave programmer.

https://git-scm.com/book/en/v2

3

twovests OP wrote

I appreciate it! This site is actually already one of the many git related tabs I have open :D

4

Moonside wrote

My controversial opinion: what Git does is valuable enough, but the way everything works is super convoluted.

3

flabberghaster wrote

i agree; git is good but for some reason people act like it's the only DVCS out there; I've always found mercurial to be easier to use and less convoluted and easier to learn.

1

Moonside wrote

Facebook uses Mercurial because Git was too slow.

2

musou wrote

huh that's interesting. i have used hg in the past and thought it was very easy to understand compared to git but moved to git because mercurial was too slow. i guess its speed has improved over the years, i'll have to give it another shot!

1

flabberghaster wrote

mercurial is also a heck of a lot easier to write plugins and extensions for so it's much easier to hook it in to other, larger scale source control systems.

1