/workspace/ott_app_store:fetch-xml$ git branch edit_package_page
/workspace/ott_app_store:fetch-xml$ git checkout master
Switched to branch 'master'
/workspace/ott_app_store:master$ git pull
Password for 'https://aaa@bitbucket.org': 
Already up-to-date.
/workspace/ott_app_store:master$ git branch -a
  edit_package_page
  fetch-xml
* master
  prepare-models
  remotes/origin/fetch-xml
  remotes/origin/master
  remotes/origin/prepare-models
/workspace/ott_app_store:master$ git branch -d edit_package_page 
error: The branch 'edit_package_page' is not fully merged.
If you are sure you want to delete it, run 'git branch -D edit_package_page'.
/workspace/ott_app_store:master$ git branch -D edit_package_page
Deleted branch edit_package_page (was 3bc7673).
/workspace/ott_app_store:master$ git branch edit_package_page
/workspace/ott_app_store:master$ git checkout edit_package_page 
Switched to branch 'edit_package_page'
/workspace/ott_app_store:edit_package_page$

开始在自己的分支的基础上新建的分支,后来觉得不合适,删除新建分支,

在master的基础上又新建了分支

 

 

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2021-09-21
  • 2022-01-01
猜你喜欢
  • 2021-06-07
  • 2021-11-03
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-24
  • 2022-02-09
相关资源
相似解决方案