Git for the Cocoa Developer: A Typical Workflow
christopherroach.com
Git for the Cocoa Developer: A Typical Workflow
1–3 of 3 posts
Re: Git for the Cocoa Developer: A Typical Workflow
#2Not very much different from the git workflow for all other developers out there. The only difference I can see is the inclusion of additional files in .gitignore.
Re: Git for the Cocoa Developer: A Typical Workflow
#3I think both the .gitignore and .gitattributes examples are helpful, actually—especially for those of us not used to developing compiled projects.