Skip to content

Commit 6f62c7d

Browse files
committed
added cheat sheet
1 parent 50cc9e6 commit 6f62c7d

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

Diff for: css/style.css

+9
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,12 @@ code {
151151
background: #FFF url(../img/git-tower.png) no-repeat;
152152
}
153153

154+
.cheatsheet {
155+
display: block;
156+
width: 180px;
157+
height: 250px;
158+
position: absolute;
159+
top: 346px;
160+
left: 0;
161+
background: #FFF url(../img/cheatsheet.png) no-repeat;
162+
}

Diff for: files/git_cheat_sheet.pdf

689 KB
Binary file not shown.

Diff for: img/cheatsheet.png

19.6 KB
Loading

Diff for: index.de.html

+1
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,6 @@ <h2>kommentare</h2>
222222
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
223223
</div>
224224
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
225+
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
225226
</body>
226227
</html>

Diff for: index.fr.html

+1
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ <h2>commentaires</h2>
223223
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
224224
</div>
225225
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
226+
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
226227
</body>
227228
</html>

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,6 @@ <h2>comments</h2>
223223
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
224224
</div>
225225
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
226+
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
226227
</body>
227228
</html>

Diff for: index.it.html

+1
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,6 @@ <h2>commenti</h2>
221221
<noscript>Per favore abilita JavaScript per essere in grado di vedere i <a href="http://disqus.com/?ref_noscript">commenti - powered by Disqus.</a></noscript>
222222
</div>
223223
<a href="http://www.git-tower.com/?source=rd" onClick="recordOutboundLink(this, 'Outbound Links', 'git-tower.com');return false;" class="tower"></a>
224+
<a href="files/git_cheat_sheet.pdf" onClick="recordOutboundLink(this, 'Cheat Sheet', 'git-guide');return false;" class="cheatsheet"></a>
224225
</body>
225226
</html>

0 commit comments

Comments
 (0)