• 欢迎访问吴爸爸的技术小木屋

ubuntu安装git-flow

git [email protected] 5年前 (2020-06-10) 1116次浏览 0个评论
#安装git flow
sudo apt-get install git-flow

#安装git-flow-completion
git clone https://github.com/bobthecow/git-flow-completion.git
#然后修改~/.zshrc, 添加如下内容
source /path/to/git-flow-completion.zsh

#使~/.zshrc修改生效
source /etc/profile

#重新打开终端就可以了

#测试
git flow init
git flow feature start featureName

吴爸爸的技术小木屋 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:ubuntu安装git-flow
喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址