GitHub Workflow - TUM-FAF/WP GitHub Wiki

  1. Create a GitHub account
  2. Install and setup Git on your machine
  • Standard way (recommended):
    • Download and install Git client (sudo apt install git if you're on a Debian/Ubuntu linux distribution (or consult with thisfor your particular distro))
    • Generate public & private key pair
    • Add public key to your account
  • Simple way:
  • Send an email to my address (you can ask for it in class :wink:). Your email title should look like this: [TUM][FAF Labs][PPE] Surname Name (surname ex.: Dumbrava, name ex.: Ion). Your email should contain following data:
    • Your Surname
    • Your Name
    • Your Subgroup (1st or 2nd)
    • A link to your GitHub account
    • Do you want a public or private repository (if you don't know what's that then choose public).

As a reply you'll receive a link to your GitHub repo. Now you are ready to work.

Some references: