Skip to content

Instantly share code, notes, and snippets.

@sendoa
Created February 12, 2014 16:15
Show Gist options
  • Save sendoa/8958721 to your computer and use it in GitHub Desktop.
Save sendoa/8958721 to your computer and use it in GitHub Desktop.
Setup initial Git setup for Xcode projects
#!/bin/sh
curl -s https://gist.github.com/sendoa/8952600/raw/bc1854640d8653d125239d112ad64537a82dd0a7/.gitignore > .gitignore
curl -s https://gist.github.com/sendoa/8957654/raw/1bc1f29b9a5e87e5ab8ee8cd7b3e8ae86d126b83/.gitattributes > .gitattributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment