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.
↧