git checkout master
git branch -d XX_app
(check the delete action:git branch , force delete: -d to -D )
(check the delete action:git branch , force delete: -d to -D )
git push origin --delete XX_app
如果發生
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
用 ssh-keygen -R 10.10.10.10 解決
再重新 git push origin --delete XX_app
沒有留言:
張貼留言