Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.7 KB

assignment.md

File metadata and controls

40 lines (32 loc) · 1.7 KB

Git'n Practice

    ___                   ____                 
   /   | ___  _________  / __ )___  ____ ______
  / /| |/ _ \/ ___/ __ \/ __  / _ \/ __ `/ ___/
 / ___ /  __/ /  / /_/ / /_/ /  __/ /_/ / /    
/_/  |_\___/_/   \____/_____/\___/\__,_/_/     

Hello Team,

One of the assignments for this week is to make a pull request on our git-demo repository! This exercise involves cloning the repo, making your own branch and commit(s), creating a pull request, and finally merging the PR to see the effect on this page.

The goal is to see your name going across this website by Monday, 10/14/2019

Getting Started

Here are the list of resources that would be helpful if you need some guidance on how to use git.

Task Checklist

  • Clone this repository
  • Make your own branch
  • Write a JSON that at least contain a "name" field, with your name
  • Make commit including that file
  • Push your branch (note, not master branch)
  • Make a pull request on GitHub
  • Team leader approves your change, or requests a change
  • Once all the checks are passed, merge the PR into master branch
  • Check out the website with your change!