Delete Git local and remote branch with simple command
If you want to delete a branch both local and remote how do you do this? You might need to delete local and remote or remote local branches in git that you do not want to use any more after git pull. Let’s use the following commands that will do your task easy. Gir Remote […]