Skip to content

CASA-DV-Group3/AirQuality-0

Repository files navigation

CASA0003 Digital Visualisation Group 3

Presentation on 22nd May 2019

Layout (master branch)

assets – all scripts, stylesheets, images and libraries needed for the website
.gitignore – files not needed when pushing to github
globe.html – 3d globe with GeoJSON overlay templates old_index.html – main index file for the website
index.html – old index file for the website

Branches

activity-list-1 – for notes and extra files
globe-view – for changes to the 3D globe lyu qiuwen

Notes:

Check the other branches for suggestions so far for the layout and content of pages, changed after Duncan Smith suggested some changes.

command-line basics:

cd – change directory ls – list files in current directory

Basic git commands:

git add -A – Add all files in current directory (folder)
git commit -am "this is the commit message" – commit file changes to GitHub
git push – push changes to GitHub
git pull – pull latest updates
git checkout [BRANCH_NAME] – change current branch name
git branch– check which branches exists in your local files and which branch you are on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published