File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ redirect_from:
6
6
- ../workbooks/github-advanced.html
7
7
---
8
8
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
+
9
31
---
10
32
11
33
## Understanding Git, navigating history
@@ -230,6 +252,7 @@ $ git clean -fx
230
252
## Mastering shortcuts & efficiencies
231
253
232
254
Circumvent multi-step processes and utilize temporary solutions for quick history interaction.
255
+
233
256
---
234
257
235
258
{% capture lab %}
You can’t perform that action at this time.
0 commit comments