Skip to content

Commit

Permalink
Added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbeardsley committed Jul 24, 2012
1 parent a348798 commit 196a2df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,15 @@

User scripts for easily managing feature branches and hotfixes.

## Installation
```bash
git clone git://github.com/iFixit/git-scripts.git
cd git-scripts
bundle install
ln -s /path/to/bin/dir/feature ${PWD}/feature.rb
ln -s /path/to/bin/dir/hotfix ${PWD}/hotfix.rb
```

## Branching Model

This is loosely based on the [Git Flow][gitflow] branching model, with a couple
Expand Down

0 comments on commit 196a2df

Please sign in to comment.