25
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 !
Check the basic command of git with this π
If you want to learn git very fast with animation, I recommend you this π
To be honest this is thanks to this that I learn git, if you need only one resource, take this !
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 !
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
For exemple you can use gcmsg
instead of git commit -m
.
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 !
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!
25