Giter Club home page Giter Club logo

haiku's Introduction

haiku

An exercise in forking and creating a pull requests.

First, run through the below exercise to add your SSH key

Learning Objectives

  • Practice using the 'fork, clone, and pull request' model to submit assignments

Instructions

You do not have the necessary rights to update this repository. Therefore, you must fork it, make changes to your fork, and then send a pull request to the owners of this repository.

On https://github.com/ga-dc/haiku:

  1. Fork this repo to your personal account.
  2. Copy the "SSH clone URL" for your fork of this repo.
  • This is where the SSH or HTTPS links come into play

Starting in ~/wdi/exercises:

  1. Clone the repository to your computer (make sure to use the url for your fork, and not this original repo), e.g. git clone [email protected]:adambray/haiku.git. Note: The git clone command will create a new "haiku" dir and copy the repo into it.
  2. Change to the newly create "haiku" dir (cd haiku).
  3. You can see that the clone command has already setup your origin (git remote -v).
  4. Open the current directory in your text editor (atom .).
  5. Create a text file named your_gh_username.txt, e.g. adambray.txt.
  6. Write a haiku on a topic of your choice, commit it, and push (sync) it to your remote.
  7. You should see this commit on your forked repo on github.

Create a Pull Request:

  1. Back on github.com (on your forked repo), create a pull request to the upstream (original) repository: ga-dc/haiku master <- your_github_name/haiku master.

Additional changes are added to the Pull Request:

  1. Make additional local changes, and commit/push them to your remote.
  2. Verify that the pull request is updated on github.

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.