gpt4 book ai didi

git - 是否有撤消 git-flow 功能启动的命令?

转载 作者:IT王子 更新时间:2023-10-29 00:44:24 26 4
gpt4 key购买 nike

我对 git-flow 没有经验。

是否有撤消 git-flow feature start 的命令?

最佳答案

既然 git-flow 只是包装了常规的 git 功能,那么简单地删除新分支怎么样(假设你没有想要保存的更改)?

$ git checkout master
Switched to branch 'master'
$ git branch -d feature/your-feature-name-here

关于git - 是否有撤消 git-flow 功能启动的命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11778413/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com