Giter Site home page Giter Site logo

lunch-orders's Introduction

IMAPEX Lunch Orders

Checkout what everyone is having for lunch

This is the cloud-native way of passing the lunch order sheet around the conference room, we'll use our git skills instead.

Purpose

This repo is designed to be used as part of the IMAPEX 101 program and can be used to reinforce git/github skills using the fork & pull request workflow

A nice brief description on this workflow can be found at:

https://gist.github.com/Chaser324/ce0505fbed06b947d962

You can also find the full git learning module for the imapex program at:

https://github.com/imapex-training/mod_adv_git

This lab can be used in addition to or in place of the 101-github-lab located here:

https://github.com/imapex-training/mod_adv_git/blob/master/README.md#forking-and-more

https://github.com/imapex-training/101-github-lab

Student Instructions

We will be using the github skills we've learned thus far to create our lunch orders

  1. Fork this repo from the github site
  2. Clone your fork
git clone https://github.com/<YOUR_GH_ID>/lunch-orders
cd lunch-orders
  1. Create an "includes" file for your order, a sample is provided
cd includes
cp sample.mdpp.template yourusername.mdpp 
  1. Modify the new mdpp file with your lunch order details

John Smith

  • sandwich
  • chips
  • drink

NOTES: no mayo

  1. Commit your changes
git add yourusername.mdpp
git commit -m "added order for yourusername"
  1. Push your changes
git push origin master

  1. Open your pull pull request

Proctor Instructions

After all the student's PR's have been merged, the final markdown can be rendered by running the make command which will merge all the student orders and complete the LunchOrders.md file

The repo can be reset for the next class by running the make clean

lunch-orders's People

Contributors

kecorbin avatar lutherm1 avatar carello avatar

Watchers

 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.