简体   繁体   中英

How do not change development team while doing git pull?

There are two developers at the project, each of them has his own Apple developer account and there is no team account. After pulling changes from git, which contains change in.pbxproj file needs to change team back and it's quite annoying. xCode signing page

after team changing there is a high probability this change should push to origin and teammate will need to fix team too

changes in GitHub Desktop

I suspect that it can be fixed with.gitattributes file, but have no idea, how to do it.

In general, you should not store per-user data in your repository. This file should be ignored and not checked into your repository, and if you need to create this file on developer systems, it should be generated from a template, as described in this answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM