Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.51 KB

homework.md

File metadata and controls

58 lines (30 loc) · 1.51 KB

Steps for starting a project in Web 101

Creating A Repo

Head over to github.com and create a new repo by clicking the new green button.

creating a repo

Host your repo with github pages

creating github pages

Assign a reviewer (me: juan-rod)

assign reviewer access

Clone repo

clone repo

cd into repo folder and create files by using touch

create files

set up your index template

set up files

gitignore

gitignore

push up your changes

push to git

create a branch

create branch

view a list of your branches

list branch

switch back to master when you want to create a new branch or to work from master

switch master

set up branched pages

set up branch page

push up changes

push contact

create a pull request

pull request