From b61865ebe9ac5923b86bcb801b54cd32878a1205 Mon Sep 17 00:00:00 2001 From: jordanmccullough Date: Wed, 7 Jan 2015 19:08:36 -0700 Subject: [PATCH] Add class objectives checklist --- advanced/index.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/advanced/index.md b/advanced/index.md index 405a71883..1208b5d84 100644 --- a/advanced/index.md +++ b/advanced/index.md @@ -6,6 +6,28 @@ redirect_from: - ../workbooks/github-advanced.html --- +--- + + + +# GitHub Advanced + +Command line deep dive, problem solving techniques, and GitHub efficiencies + +
+ + + + + + + + +
+ +--- + + --- ## Understanding Git, navigating history @@ -230,6 +252,7 @@ $ git clean -fx ## Mastering shortcuts & efficiencies Circumvent multi-step processes and utilize temporary solutions for quick history interaction. + --- {% capture lab %}