From 828988a92921fa8ba8e566474ab1dcfd27b97aa0 Mon Sep 17 00:00:00 2001 From: Daniel Kummer Date: Wed, 21 Aug 2013 14:20:05 +0200 Subject: [PATCH] fix a spelling error, add push tags to finish release --- css/style.css | 2 +- index.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 49c7025..a03c33b 100644 --- a/css/style.css +++ b/css/style.css @@ -158,7 +158,7 @@ code { .lines-big { width: 300px; - height: 4140px; + height: 4315px; background-repeat: repeat-y; background: url("../img/lines-big.png"); position: absolute; diff --git a/index.html b/index.html index bf175e8..9f711c7 100644 --- a/index.html +++ b/index.html @@ -77,10 +77,10 @@

Basic tips

★ ★ ★

@@ -276,13 +276,15 @@

Finishing a release is one of the big steps in git branching. It performs several actions:

git flow release finish RELEASE
+

Don't forget to push your tags withgit push --tags

+