Skip to content

mbreiter/pi-uoft-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project include: u of t web dev workshop

About

Project Include is an initiative that is part of the Engineering Society at the University of Toronto. We are hosting workshops throughout Toronto to teach people how to program.

In this bootcamp, we hope to introduce you to web development through html, css and .

Syllabus

10:30 - 11:00 : Registration
11:00 - 13:20 : html and css lessons

13:20 - 13:50 : Lunch - Pizza!
13:50 - 16:00 : Second half of workshops
16:00 - 16:30 : Leftover pizza and socializing!

Course Materials

Getting started

  • Make sure you have an account on Github.
  • Fork this repository.
  • Clone the forked repository
  • Happy Coding!

Git commands

Clone

To clone a repository, open your console and navigate to a desired path. Use the following command:

git clone https://github.com/<repository_path_name>.git

Push

Once you are happy with the changes that you made to your code, PUSH the changes to Github.

Open your console and navigate to the path that contains your github repository. While in this repository, type each of the following commands:

  git add --all
  git commit -m "brief message summarizing reasons for push"
  git push origin master

Pull

Whenever you want to receive an up-to-date copy of the repository, use git pull:

Open your console and navigate to the path that contains your github repository. Type the following command:

git pull

Note: you'll be prompted to enter a message for this pull request. If you're prompted in VIM, you can type out your message and then press ":w" to save and then ":q" to exit.

Links & Resources

Contact Information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages