Skip to content

Commit

Permalink
Update REAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apflieger committed Mar 28, 2015
1 parent bb3c6d4 commit 8702af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Note that when an octopus fails, it doesn't necessarily mean that a given branch
##Continuous integration
git-octopus is meant to be used in a continuous integration build flow. The goal is to merge all the branches the developpers are working on.

The implementation in a command line job is pretty straight forward
The implementation in a command line job is pretty straight forward.
```
#Usually, the CI fetches only the branch the job has been started on, so we need to fetch the rest
#Depending on the CI you use, if the job fetches the trigger branch only, you may need to fetch all the branches.
git fetch -p
#Lets merge feature branches and the master from origin
Expand Down

0 comments on commit 8702af0

Please sign in to comment.