This content originally appeared on DEV Community and was authored by CodeOzz
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://dev.to/i5han3/git-commit-message-convention-that-you-can-follow-1709
This content originally appeared on DEV Community and was authored by CodeOzz

CodeOzz | Sciencx (2021-07-17T16:27:42+00:00) 5 ultimate resources for git #1. Retrieved from https://www.scien.cx/2021/07/17/5-ultimate-resources-for-git-1/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.