Push Pull Email - acm-projects/beststudent GitHub Wiki

  1. Log into git bash
  • git config --global user.name insertUserNameHere

  • git config --global user.email insertEmailHere

  1. Cloning git, pasting it on to your directory
  1. Pulling

    • git checkout branchName
    • git pull origin branchName
  2. Pushing a New Branch

    • git checkout -b newBranchName
      • git push -u origin newBranchName
    • git commit --m "comment here"
  3. Pushing an Exisiting branch

    • git push origin branchName

We created a test email to use (thanks to Emily):

Use it with Firebase to see our app's data: https://console.firebase.google.com/

Thanks to Matthew for the help!