git branch -d gives warning

前端 未结 4 1479
一生所求
一生所求 2021-01-30 09:45

Just want to get a better understanding of the warning message after I deleted a local branch

warning: deleting branch \'old_branch\' that ha

4条回答
  •  野性不改
    2021-01-30 10:24

    To add to the other answers, this can also mean that the change might be merged to master, just that your local copy of master does not reflect it yet. Either ways this just informs you that the local copy of your master does not have the changes you pushed on origin. Merged/Not merged...maybe,maybe not

提交回复
热议问题