Git and GitHub Advance
Branches : Branch is the basically secondary part of master branch were we can test the code if it was write or approved then we go on master branch to merge.
git branch : this command show the all the branches if created.
git checkout -b <name of br...
utpalpatel.hashnode.dev2 min read