Skip to content

Resources for the module EG-252 Group Design Exercise

Notifications You must be signed in to change notification settings

liammorgans/EG-252-Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

EG-252 Group Design Exercise Resources

A collection of resources created and distributed by Dr Chris Jobling, College of Engineering, Swansea University.

This is a GitHub hosted source code repository. It contains the notes, slides, code examples and worksheets used in the module. If you just want to view the slides, or the printable version of the notes and work sheets you should visit the GitHub hosted Web Site EG-252 Group Design Eexercise instead. Read-only links to the notes and slides are also to be found on the Blackboard site for EG-252.

Using this Repository

You should refer to the notes on the Crash Course in Git before using the materials in this repository.

As I am developing the notes, slides and code examples in parallel with delivery, this repository will not be complete until the end. You should therefore fork this repository and clone it rather than downloding the zip file. You also need to set up a remote upstream link so that you can regularly fetch my changes and additions and merge them with your local copy.

After logging into your GitHub account and forking and cloning this repo use the following command (from the GitHub command-line tools) to set up the remote upstream repository:

git add remote upstream https://github.com/cpjobling/EG-252-Resources

When you want to update to my latest changes:

git fetch upstream
get merge upstream/master

For more on this topic see the GitHub Help Page Fork a Repo.

Acknowlegments

These materials are adapted from the work of Kyeong Soo (Joseph) Kim (@kyeongsoo).

License

Creative Commons License
EG-252 Group Design Exercise Resources by Swansea University is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Resources for the module EG-252 Group Design Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published