随笔分类 - Git
摘要:# 配置用户名密码 git config --global user.name username # 使用 token git config --global user.password token git config --global user.email "email" # 输入的用户名密码将
        阅读全文
                
摘要:这是因为两个分支没有取得关系。 在操作命令后面加上--allow-unrelated-histories 比如: git pull origin master --allow-unrelated-histories fatal: refusing to merge unrelated histori
        阅读全文
                
摘要:分支管理 分支 作用 master 主分支,保持稳定。只允许和release分支和hotfix分支河流,所有的commit都要tag develop 开发分支,相对稳定。用于日常开发,功能性开发,代码优化 feature 特性分支,从develop分支拉取,用于下个迭代版本的功能性开发。功能开发完合
        阅读全文
                
                    
                
浙公网安备 33010602011771号