Answers for "fatal: a branch named 'gh-pages' already exists"

2

fatal: A branch named 'gh-pages' already exists.

#manually remove node_modules/.cache/gh-pages 
 #to get the deployment to work
 sudo rm -R gh-pages
Posted by: Guest on October-07-2021

Code answers related to "fatal: a branch named 'gh-pages' already exists"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language