Skip to content

Commit

Permalink
-D to delete branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PhieF committed Mar 29, 2020
1 parent ae581b9 commit 4fd06bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion to_stable_branch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

version=$(sed -n -e 's/.*<version>\(.*\)<\/version>.*/\1/p' appinfo/info.xml)
git branch -d stable
git branch -D stable
git push origin --delete stable
git checkout master
git checkout -b stable
Expand Down

0 comments on commit 4fd06bf

Please sign in to comment.