The concept of VCS is widely popular among developers across the globe. We cannot deny the fact that VCS has been a lifesaver for all geeks. On top of that, source code management like Git is very handy. With the help of Git, we can easily keep a track of changes made within the project… Continue reading D2:VCS and Git
Tag: coding
D1:Basics of Linux
The term "Linux" is often familiar to all of the developers across the globe. With the habit of getting used to with Linux, it helps the student developers throughout their career in the long run. Basic Linux Commands1. cdThis command is used to change the directory.cd / Navigates you to the root directory of the… Continue reading D1:Basics of Linux