How to delete Git branch locally and remotely ?
#Git #InterviewQuestions #DeleteBranch

How to delete Git branch locally and remotely ?
#Git #InterviewQuestions #DeleteBranch
Version control is an integral part of IT development. It is very essential thing in Software development lifecycle which helps you to manage your code
Main purpose for Git Fetch and Git Pull is to download the latest code/source files from remote repositories. And the main difference is …