From 008d91644b75452f3eb941db1a0a9b680b5412a9 Mon Sep 17 00:00:00 2001 From: elgreg Date: Thu, 30 May 2013 17:51:29 -0400 Subject: [PATCH] Adding tips and tricks and some terms --- stack/index.html | 69 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/stack/index.html b/stack/index.html index 54f3502..99f95d5 100644 --- a/stack/index.html +++ b/stack/index.html @@ -63,6 +63,25 @@ color: #bada55; } +ul.comma-sep li:nth-child(odd) { + color: #bada55; +} + +ul.comma-sep li + +ul.comma-sep li { + list-style: none; + display: inline-block; +} + +ul.comma-sep li.comma-sep:after { + content: ", "; +} + +ul.comma-sep li:last-child:after { + content:""; +} + @@ -149,21 +168,67 @@

Commit Shas

6c459e797769ab19c34dc5f9e37af760ff194d69

+
+

git terms

+ +
+ +
+

github terms

+ +
+

Demo time!

- + +
+

Workshop time!

+
+ + +

Reference

Pro Git Book Github help pages
+ + +
+

Tips and Tricks

+
+ + +