read
I’ve been using Git since some months ago, and I must say it’s awesome and easy to use when you get rid of the way of working with central VCs and you get the trick of working with DVCs.
Insome ways, Git is like the Goto statement:
- They sound pretty similar, and are written pretty similar too.
- In good hands, they are quite powerful. Else, they can be a nightmare.
- In both you can jump from one line/commit to another, reordering the flow of the execution/history.