- Create a single view app from Xcode's templates.
- Use the Xcode shortcut to open a Finder window at the project directory.
- Close the project.
- Use the Finder shortcut to open a Terminal window at the project directory.
git initcurl https://www.gitignore.io/api/xcode > .gitignoregit add .git commit -m "initial commit"