Misc.

Git

Git #

Basic Git Commands to Remember #

Git is a free and open-source version control system first introduced by Linus Torvalds. It is primarily used in software development to track and coordinate changes in files among multiple people. Understanding the system can be a bit overwhelming at first for complete beginners. But to jump-start you need to know just a couple of commands!

I like the tutorials by LearnCode.academy, which explains the basics of Git with examples in just two videos. The tutorials use GitHub to host their repository, instead of hosting the repository only on your local machine.

...

© 2024 Manoj Pravakar