Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

creatryx/github-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Submitting homework with GitHub: a 3-minute guide

This guide will walk you through creating a GitHub account, creating a new repository to contain all the homework for one week, and creating new a file for each assignment in that homework.

To create a GitHub account

  1. Head over to GitHub.com.
  2. Enter your choice of username, your College Prep email address, and your choice of password.
  3. Click the big green "Sign up for GitHub" button.
  4. If prompted, choose the "free" plan.

To create a new repository

  1. Click the green "+ New repository" button:

    New repository

  2. Give your repository a useful name and description, make sure the box marked "Initialize this repository with a README" is checked, and click the "Create repository" button:

    New repository options

To create a new file for an assignment

  1. Click the "Create new file" button on your repository page:

    New File

  2. Give your new file a sensible name, like "puzzle1.js". The file extension you choose (".js" here) should match the programming language used in the file; for Rudy, that's javascript, so use ".js". For Processing, use ".pde"; for Arduino, use ".ino".

    Then, paste your code into the "Edit new file" tab.

    Finally, click the "Commit new file" button.

    New file options

  3. If you later wish to make changes to your code, you can do so through github as well. First, find the file you'd like to change, and click on the file name:

    File list

    Then, click the "Edit this file" icon:

    Edit file

    Make your changes as in step 2 above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors