策码兄弟

随笔分类 -  web-版本控制工具git

摘要:在使用Git Push代码到数据仓库时,提示如下错误: [remote rejected] master -> master (branch is currently checked out)remote: error: refusing to update checked out branch: 阅读全文
posted @ 2017-01-19 22:44 策码秀才 阅读(904) 评论(0) 推荐(0)
摘要:git笔记 1. 获取项目(克隆): Git repository: git clone -b develop ssh://git@68.210.77.50:20020/myweb.git 2. 新建分支 : git checkout -b 分支名称 切换分支 : git checkout 分支名称 阅读全文
posted @ 2016-02-24 08:44 策码秀才 阅读(211) 评论(0) 推荐(0)

策码兄弟