+ 2
How to practice the use of git?
3 Réponses
+ 2
Actually use it for your projects. Try to use the command line tool an look up the commands you are interested in. Maybe write a short list of the top 10 commands which are useful for you and keep revising it. Also try to keep a organized repository. New branches for new features, meaningful commit messages, ect... Learning gut means learning to organize your projects. It also helps if you start projects with friends so you have to coordinate your branches and actually merge stuff ect. Hope this is a good start
+ 3
git can be tremendously useful. If you want practice the best way is probably to use it. If you like to code use it for that purpose but it can also be used for essays, exercises - just about anything with a file format. Good luck Ankush.
0
Can u refer me the sites where I can find basic projects on node.js