Code Monkey home page Code Monkey logo

swift-githubstuff-readme's Introduction

Writing A Lab from a provided Outline

JohnKeating

Carpe diem. Seize the day, boys. Make your lives extraordinary. ~John Keating

Learning Objectives - The student should be able to..

  • Code
  • Code some more
  • More details here

What the student can do at this point

  • Read
  • Distinguish colors
  • Knows how to use print function
  • More stuff here

Outline / Notes

  • My notes would go here providing more detail to how we should approach the subject.
  • I might provided a narrative here to follow.
  • I might include some code snippets the student should see
let name = "Jim"

print(name)
// prints "Jim"

How to use Github from here

  • From the Github Link which represents the lesson you need to write, Fork the lesson.

selectFork

  • A menu will appear, select your Github account:

selectYourAccount

  • You will be presented with a screen like this (which mean's it's forking!):

working

  • After that completes, you will be brought to another github page which represents YOUR own copied repo which you can work in. That should look like this, notice in the top left that your name (github username) will be attached to the particular repo.

forkedLab

  • Clone this newly forked repo to a location with the following two steps. First, copy to clipboard the address provided when you select "Clone or Download"

clone

  • Open terminal and paste that copied address as follows:

pasted

  • Enter your newly created directory as follows:

direcotyr

  • Open the readme.md file, using Markdown create an awesome Lesson!

  • This work done locally (after you made a great lesson) needs to be added to github, which is done with the following commands:

git add . <-- this will stage the changes
git commit -m "Finished Outline" <--- this will commit the changes with an associated message.
git push <--- this will push the commited changes to GitHub.

  • Then create a pull request with your newly finished lab which allows us to review and make comments on the work you did.

View this lesson on Learn.co

swift-githubstuff-readme's People

Contributors

jimcampagno avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jimcampagno

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.