Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 400 Bytes

File metadata and controls

11 lines (10 loc) · 400 Bytes

AustiniOSMeetupSingleView

Setup git

  1. Create a single view app from Xcode's templates.
  2. Use the Xcode shortcut to open a Finder window at the project directory.
  3. Close the project.
  4. Use the Finder shortcut to open a Terminal window at the project directory.
  5. git init
  6. curl https://www.gitignore.io/api/xcode > .gitignore
  7. git add .
  8. git commit -m "initial commit"