Git
草帽-小子
这个作者很懒,什么都没留下…
展开
-
git pull遇到错误:error: Your local changes to the following files would be overwritten by merge:
公司电脑比较卡,所以想用自己的Mac开发,按照 https://blog.csdn.net/zhw521411/article/details/88393154 把自己的git账号添加到公司的git下,作为collaborator,clone了公司的代码到mac开发然后push。之后再用公司mini开发pull时报错,error: Your local changes to the followi...原创 2019-04-24 13:53:09 · 809 阅读 · 0 评论 -
【Git】git项目管理 忽略文件配置
git管理 project.xcworkspace/xcuserdata/username.xcuserdatad/userinterfacestate.xcuserstate,缓存文件路径,git管理的时候我们并不需要把它推送到github上,这时我们需要对git配置文件.gitignore做过滤配置,过滤掉我们不需要的文件 1、进入到工程目录下,选择工程,shift+command+. 显示隐...原创 2019-03-12 15:57:32 · 1216 阅读 · 0 评论 -
【Git】Github 如何设置多人合作
1.第一种方式:Collaborators Collaborators適用於一個team之間的合作。 負責開這個repository的人,進入settings,加入collaborators的帳號 這樣所有collaborators名單中的人,在git push的時候,可以輸入自己的帳密,而不是擁有repository人的帳密。 流程...原创 2019-03-11 14:28:20 · 1218 阅读 · 0 评论