what's difference about git branch -d and git branch -D

后端 未结 2 654
小蘑菇
小蘑菇 2021-01-03 16:02

I an newer about git. after I merge my branch from another branch, I found something wrong. Now my status is I have commit these changes from merging, but not push into the

2条回答
  •  鱼传尺愫
    2021-01-03 17:01

    The -D is a force-delete and the -d will provide a warning before deleting if the branch has not been merged into its upstream branch

提交回复
热议问题