Skip to content

cip13001/git-flow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with DMD4470-SPRING17/git-flow:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple git-flow exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • CSS 70.8%
  • HTML 18.6%
  • JavaScript 10.6%