Code Monkey home page Code Monkey logo

assignments's Introduction

Make sure you are in the technologiesoutcomes and while in the technologiesoutcomes directory create a subdirectory called myassignments and change into it.

mkdir myassignments

cd myassignments

Then clone the repository below into your myassignments subdirectory.

git clone https://github.com/technologiesoutcomes/assignments

Change into the assignments directory

cd assignments

Change into the relevant assignment submissions subdirectory. For instance if you want to submit assignment2 work, change into the assignment2 submissions subdirectory as follows;

cd assignment2/submissions

While in assignment2/submissions subdirectory, copy the student1 subdirectory to a new subdirectory with a name exactly matching your names - the names by which you are known on the platform. No spaces and only use lower case characters. You must retain this naming convention going forward.

For instance if your names were Bob Ndikam, your directory would be called bobndikam

cp -R student1 bobndikam

This will create a new subdirectory named with your names. Change into your new subdirectory.

cd bobndikam

Launch Visual Studio Code.

code .

Edit the README.md file and add your answers to the assignment questions. Save your work.

Change back to the root of your repository.

cd ../../

Push your assignment submission to the main GitHub repository.

git pull
git add .
git commit -m "bobndikam: My submission for assignment 2"
git push

Go and check the GitHub repository and verify that your submission has appeared and is in the right place. If it is, this completes the submission. If not take action to make whatever corrections are necessary.

assignments's People

Contributors

techoutcomes avatar estdag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.