# Check Git Status
git status
# To add an exception for this directory, call:
git config --global --add safe.directory /usr/src/kodekloudrepos/blog
# Checkout to master
sudo git checkout master
# Delete the local branch
sudo git branch -d xfusioncorp_blog
Top comments (0)