2018年4月8日

git 常用命令以及解决问题方法

摘要: 1. 创建分支: git branch test 2.切换分支: git checkout test 或切换为主分支 git checkout master 3.查看当前分支 git branch -va 4. 如:当前分支为test 要合并dev分支 git merge dev 后确保没问题 切换 阅读全文

posted @ 2018-04-08 18:18 星河赵 阅读(298) 评论(0) 推荐(0)

替换python字典中的key值

摘要: 阅读全文

posted @ 2018-04-08 11:49 星河赵 阅读(2538) 评论(0) 推荐(0)

导航