Quantcast
Viewing all articles
Browse latest Browse all 5189

Why You Should Use A Version Control System (Git) For Your Projects

Master branch: this is usually the main branch of every projects. Most company keep their production code on the master branch git add: used to add an untracked file to git. git commit -m”” : used to save a particular work done locally on git.

Viewing all articles
Browse latest Browse all 5189

Trending Articles