简体   繁体   中英

Rename the develop branch with Gitflow into dev

We are used to have a development branch called dev, in Gitflow toolset it is called develop.

https://github.com/petervanderdoes/gitflow-avh

Is there a way to tell Gitflow that we want to use a branch called dev ?

Thanks

  1. Rename the branch in Git

    git branch -m develop dev
  2. Update gitflow config

    git config gitflow.branch.develop dev

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM