Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added instructions
  • Loading branch information
bpd01001 committed Apr 13, 2017
1 parent ef7f2eb commit 70ae699
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
# Intro to Git Flow Exercise

## Scenario
You're developing a new website that is launching in two weeks. You're almost finished, but the boss man is on your butt with a bunch of random fixes that he thinks are important. Use Git Flow to manage this repository and launch the new website.

### Week 1
The boss man asks you to add a "Home" icon to the navigation menu of the website. His wife saw it somewhere and he thinks that we need one too. Time to create a feature branch and make these changes.

### Week 2
Launch week! You're hard work is about to pay off. Let's create a release and push this baby to production! Don't forget to update the Change Log.

### Week 3
Whoops. Boss man is pissed. He noticed that you forgot to update the copyright information at the bottom of the page. We need to fix this right away. There's no time to wait for the next release. We need a hotfix.

0 comments on commit 70ae699

Please sign in to comment.