DEV Community

Discussion on: How to become git pro?

Collapse
 
smuschel profile image
smuschel • Edited

You're absolutely right. I recommend reading the Git book. There are also many online tutorials that you can Try from your browser. One thing you might look at is try.github.com
From the initial steps, you'll have to use Git on a daily basis to become a Master...

Collapse
 
mittalyashu profile image
Yashu Mittal

Thanks for your suggestions smuschel.

Can you suggest few git books? I have already tried try.github.com.

I am using git a lot, if I don't know the commands (for example: git blame), then how will I use it.

Collapse
 
smuschel profile image
smuschel

With book I meant this one

That explain All commands and typical workflows. There's certainly other book, but that's the one I know...

Thread Thread
 
mittalyashu profile image
Yashu Mittal

Good suggestion, but it's the same what I have written in my post.

Any different way?

Thread Thread
 
smuschel profile image
smuschel

Sorry, but that's all I have right now...