Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Tips to learn Git (version control) | Dark Hacker News
Tips to learn Git (version control)
(medium.com)
6 points
by
javinpaul
5 years ago
| 2 comments
lionkor
5 years ago
|
next
[−]
Honestly, the most important tip to learning git is to
use
it.
The way I learned was to just use it on all my hobby projects, I can not recommend it enough.
nooyurrsdey
5 years ago
|
next
[−]
I feel like git clicked when I learned the tree and node structure it used to store commits. once you get that, it becomes easy to visualize operations like creating branches, rebasing, and cherry picking