Skip to content
balapuri edited this page Apr 24, 2017 · 4 revisions
  1. Go ahead and fork using the button on the top right
    • change members' permission for your fork as READ under Settings -> Collaborators & teams
  2. Clone your fork to local and add a remote ref to this repo as upstream
    • by convention, your repo is referred to as origin and the main as upstream
$ git clone https://github.com/[YOUR_USERNAME]/berkeley-ios.git
$ cd berkeley-ios
$ git remote add upstream https://github.com/asuc-octo/berkeley-ios.git
  1. CocoaPods

    • if you don't have pods, refer to their website for installation https://cocoapods.org/
    • run $ pod install to download the libraries project uses
    • Note: the Pods/ directory will be ignored in the future, and you'll have to run pod install whenever the podfile gets updated
  2. Open the .xcworkspace file. It should open in Xcode and compile.

Clone this wiki locally