Giter Site home page Giter Site logo

14ers-git's Introduction

14ers-git

This repo was developed by Leah Wasser and Max Joseph as a part of the introduction to version control, git and github workshop.

About the activity

The original activity was developed and taught by Jonah Duckles (https://github.com/jduckles/git-collaboration). Earth Lab adapted the activity to use 14ers rather than countries to be more specific to Colorado :). Many thanks to Jonah Duckles for developing this activity.

To implement the activity.

  • Have the class all FORK the repo.
  • Then have them clone the repo locally (if you want them to practice committing and working locally). If you don't have them select one file to edit.
  • Edit the file filling in the details about that particular mountain.
  • Then commit the changes.
  • Push the changes to their fork if that is necessary.
  • Submit a pull request to the earthlab repo.

Ideally one or two merge conflicts arise. This can be a learning moment and used as a demonstration of how that works. However to keep things simple, just have them submit a PR vs worrying about syncing...

How to refresh

The original 14er list is here:

A shell script was written to create empty markdown files - one for each mountain in the list created from the google doc above. To execute the script, first change the permissions to allow it to execute. Then it should run.

  1. chmod u+x create-files.sh
  2. Run bash script
#!/bin/bash

for thing in $(cat mountains.txt);
do cp template.md mountains/${thing}.md;
done

Template

The markdown template is below generally.

Mountain elevation

Latitude, longitude

Interesting fact


14ers-git's People

Contributors

mcattau avatar aprilgoebl avatar dmzonana avatar espg avatar tmcdevittgalles avatar

Watchers

James Cloos 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.