开发者

When creating a branch for a new feature, once merged into master, how to delete?

开发者 https://www.devze.com 2023-02-17 21:00 出处:网络
I created a branch just for a featur开发者_如何学JAVAe, and now I am in the master branch, and I did a merge.

I created a branch just for a featur开发者_如何学JAVAe, and now I am in the master branch, and I did a merge.

I don't really need this branch now, how can I delete it?

I pushed my code to a remote git server, but I believe the remote git doesn't pickup my local branches since I didn't tell it to right?


Use the following:

git branch -d [branch name]
0

精彩评论

暂无评论...
验证码 换一张
取 消