From ad4bc6546a437074c86503b9eec20994c8d97d13 Mon Sep 17 00:00:00 2001 From: Daniel Kummer Date: Tue, 19 Nov 2013 10:35:04 +0100 Subject: [PATCH] fix error in feature description --- css/style.css | 2 +- index.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index ede2dc7..8bf7c5b 100644 --- a/css/style.css +++ b/css/style.css @@ -158,7 +158,7 @@ code { .lines-big { width: 300px; - height: 4315px; + height: 4395px; background-repeat: repeat-y; background: url("../img/lines-big.png"); position: absolute; diff --git a/index.html b/index.html index ebb8030..7a41382 100644 --- a/index.html +++ b/index.html @@ -226,12 +226,14 @@

Getting a published feature

- Get a feature published by another user and track remote changes. + Get a feature published by another user.

- git flow feature pull MYFEATURE + git flow feature pull origin MYFEATURE
+ +

You can track a feature on origin by using git flow feature track MYFEATURE