How to learn git? I want to become a pro/master.
I know most of you say start reading the docs. I want to try a different way.
Yeah, videos are good too. Anyone else got any idea.
How to learn git? I want to become a pro/master.
I know most of you say start reading the docs. I want to try a different way.
Yeah, videos are good too. Anyone else got any idea.
For further actions, you may consider blocking this person and/or reporting abuse
Helitha Rupasinghe -
Ben Halpern -
Krishna Agarwal -
Michael Levan -
Once suspended, mittalyashu will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mittalyashu will be able to comment and publish posts again.
Once unpublished, all posts by mittalyashu will become hidden and only accessible to themselves.
If mittalyashu is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Yashu Mittal.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag mittalyashu:
Unflagging mittalyashu will restore default visibility to their posts.
Top comments (18)
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...
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.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...
Good suggestion, but it's the same what I have written in my post.
Any different way?
Sorry, but that's all I have right now...
Hi,
Here's how I levelled up in git.
Thanks for your suggestion Thomas Melville.
Already tried, didn't work. π
That's a pity. You could look at why it didn't work and find your learning style.
Yeah, working on that part only. π
This. Initially when git commands might as well have been gibberish to me, I used SourceTree. A couple of options helped me follow along with the git commands SourceTree was running:
Turns out this was a great way to learn git!
SourceTree is helpful, but it cannot replace the command line, we still have to use the terminal for most of the commands.
I use source control which is built-in vscode. Because GUI doesn't only make the work easier but faster too.
For example: We don't have to type same command again and again
git commit -m "Hello world"
.Thanks for the suggestion david karapetyan, I will definitely try learngitbranching.js.org.
GitHub Lab - lab.github.com
They are in my "to read" bookmarks but haven't read them yet:
Atlassian's Advanced Git Tutorials
Thanks for the suggestion rhymes, I will definitely consider it.