git-flow 是一个 git 扩展集,在有git环境的基础上还需要下载git-flow扩展

安装扩展

Linux
apt-get install git-flow

macOS
brew install git-flow-avh

windows
wget -q -O - --no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash

 

git flow 备忘清单

git flow 备忘清单  

 

 

原文链接:https://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html

相关文章:

  • 2021-11-03
  • 2021-06-13
  • 2021-09-10
  • 2021-06-23
  • 2021-11-16
  • 2021-05-21
  • 2021-05-20
猜你喜欢
  • 2021-07-03
  • 2021-11-16
  • 2021-07-21
  • 2021-07-09
  • 2022-01-19
相关资源
相似解决方案