How to practice the use of git? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to practice the use of git?

22nd Aug 2018, 9:31 AM
Ankush Kumar
Ankush Kumar - avatar
3 Answers
+ 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
22nd Aug 2018, 9:37 AM
Chrizzhigh
Chrizzhigh - avatar
+ 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.
22nd Aug 2018, 9:41 AM
Richard Myatt
Richard Myatt - avatar
0
Can u refer me the sites where I can find basic projects on node.js
22nd Aug 2018, 9:51 AM
Ankush Kumar
Ankush Kumar - avatar