GIT Common WorkFlow for the everyday developer.
General Procedures for Git for everyday use for Software Developers;
git branch nameOfTheChanges: This would create a new branch with the name “nameOfTheChanges”. The nameOfTheChanges in this context would refer to the name that’s closely related to...
webdevnote.hashnode.dev6 min read