Skip to content

Commit b61865e

Browse files
author
jordanmccullough
committed
Add class objectives checklist
1 parent 9303882 commit b61865e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

advanced/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ redirect_from:
66
- ../workbooks/github-advanced.html
77
---
88

9+
---
10+
11+
<span class="mega-octicon octicon-microscope"></span>
12+
13+
# GitHub Advanced
14+
15+
Command line deep dive, problem solving techniques, and GitHub efficiencies
16+
17+
<div class="objectives">
18+
<input type="checkbox" id="obj1"><label for="obj1">Understand and apply commit DAG concepts</label>
19+
<input type="checkbox" id="obj2"><label for="obj2">Create tag release on GitHub and command line</label>
20+
<input type="checkbox" id="obj3"><label for="obj3">Apply ignore patterns to projects</label>
21+
<input type="checkbox" id="obj4"><label for="obj4">Improve day-to-day efficiency with shortcuts</label>
22+
<input type="checkbox" id="obj5"><label for="obj5">Capture and rewrite branch history</label>
23+
<input type="checkbox" id="obj6"><label for="obj6">Utilize multiple remote repository interactions</label>
24+
<input type="checkbox" id="obj7"><label for="obj7">Use exteral Git repositories as dependencies</label>
25+
<input type="checkbox" id="obj8"><label for="obj8">Interact with GitHub from the command line</label>
26+
</div>
27+
28+
---
29+
30+
931
---
1032

1133
## Understanding Git, navigating history
@@ -230,6 +252,7 @@ $ git clean -fx
230252
## Mastering shortcuts & efficiencies
231253

232254
Circumvent multi-step processes and utilize temporary solutions for quick history interaction.
255+
233256
---
234257

235258
{% capture lab %}

0 commit comments

Comments
 (0)