Git & Github - 3
Git Branches
to create a branch git branch branchname
to change one branch t o another git checkout branchname
# Without commit in branch we should not check out to other branch, if not the information will come to other branch also
to delete branc...
kusuma-devops.blog2 min read