Skip to content

Commit 484bec6

Browse files
committed
Merge commit 'lukabernardi/it' into it
2 parents dd073a9 + 18eaab0 commit 484bec6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1><a href="/">git ready</a></h1>
2222
</div>
2323
<div class="grid_8 prefix_2 suffix_2 main">
2424
<div class="survey">
25-
Hai un momento? Compila il<a href="http://tinyurl.com/GitSurvey2009">2009 Git User's Survey</a> e aiutaci a capire come utilizzi it. Il sondaggio scade il 15 settembre 2009.
25+
Hai un momento? Compila il <a href="http://tinyurl.com/GitSurvey2009">2009 Git User's Survey</a> e aiutaci a capire come utilizzi Git. Il sondaggio scade il 15 settembre 2009.
2626
</div>
2727
{{ content }}
2828
</div>
@@ -63,7 +63,7 @@ <h3 id="blue">resources</h3>
6363
<div class="footer_links">
6464
<a href="/about.html">about</a>
6565
<a href="http://github.com/qrush/gitready">code</a>
66-
<a href="/submit.html">submit a tip</a>
66+
<a href="/submit.html">invia un trucco</a>
6767
<a class="rss" href="http://feeds.feedburner.com/git-ready">rss</a>
6868
<a href="http://twitter.com/gitready">twitter</a>
6969
</div>

_posts/2009-01-12-fixing-broken-commit-messages.textile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: post
33
title: fixing broken commit messages
44
category: advanced
55
published: false
6-
76
---
87

98
You just committed that awesome feature/test/bug, but something just isn't right. Either some information isn't filled out, the commit message is wrong, or something else is just messed up. Let's go over what can be done to fix the associated data after the fact.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% assign first_post = site.posts.first %}
66
<div id="post" class="grid_6 alpha content">
77
<h2><a href="{{ first_post.url }}">
8-
newest tip: {{ first_post.title }}
8+
Trucchi nuovi: {{ first_post.title }}
99
</a></h2>
1010
{{ first_post.content | truncate: 400 }}
1111
<a id="more" href="{{ first_post.url }}">Continua &raquo;</a>

0 commit comments

Comments
 (0)