Skip to content

Commit 721c556

Browse files
author
jordanmccullough
committed
Add checklist objectives draft
1 parent 7fcb76e commit 721c556

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

intermediate/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ redirect_from:
88

99
---
1010

11+
<span class="mega-octicon octicon-terminal"></span>
12+
13+
# GitHub Intermediate
14+
15+
Important command line skills and problem solving processes
16+
17+
<div class="objectives">
18+
<input type="checkbox" id="obj1"><label for="obj1">Setup and configure Git</label>
19+
<input type="checkbox" id="obj2"><label for="obj2">Utilize basic command line operations</label>
20+
<input type="checkbox" id="obj3"><label for="obj3">Understand versioning steps for content change</label>
21+
<input type="checkbox" id="obj4"><label for="obj4">Review uncommited and versioned content</label>
22+
<input type="checkbox" id="obj5"><label for="obj5">Assess history and result filtering</label>
23+
<input type="checkbox" id="obj6"><label for="obj6">Organize work with branches</label>
24+
<input type="checkbox" id="obj7"><label for="obj7">Manage commit history synchronization</label>
25+
<input type="checkbox" id="obj8"><label for="obj8">Create shortcuts and customized commands</label>
26+
<input type="checkbox" id="obj9"><label for="obj9">Version files across renames, moves, and more</label>
27+
<input type="checkbox" id="obj10"><label for="obj10">Undo and recovery from any changes</label>
28+
</div>
29+
30+
---
31+
32+
---
33+
1134
## Configuring your Git environment
1235

1336
Establish important and useful settings for efficiences in command line day-to-day uses.

0 commit comments

Comments
 (0)