When using git
resource I got following error:
INFO : Recipe: /Users/ironsand/dev/itamae_myserver/recipe.rb
ERROR : stdout | fatal: A branch named 'deploy-old' already exists.
ERROR : Command `cd /opt/my_project && git branch -m deploy-old` failed. (exit status: 128)
ERROR : git[/opt/my_project] Failed.
How to solve the problem?