File tree Expand file tree Collapse file tree 3 files changed +34
-12
lines changed Expand file tree Collapse file tree 3 files changed +34
-12
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ transition: slide-left
45
45
non-exhaustive list
46
46
47
47
- x509 commit signing
48
- - delete local tag
49
- - stash (in progress)
50
- - partial stash
51
- - interactive rebase (in progress)
52
- - reword commit
53
- - amend commit
54
- - patch
55
- - local branch actions
56
- - remote branch actions
57
- - blame
48
+ - Delete local tag
49
+ - Stash (in progress)
50
+ - Partial stash
51
+ - Interactive rebase (in progress)
52
+ - Reword commit
53
+ - Amend commit
54
+ - Patch
55
+ - Local branch actions
56
+ - Remote branch actions
57
+ - Blame
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ transition: fade-out
8
8
transition: fade-out
9
9
---
10
10
11
- # Action Bar
11
+ # Toolbar
12
12
13
13
<div class =" w-160 " >
14
14
<img src =" /images/gkc-action-bar.png " />
@@ -28,7 +28,7 @@ transition: fade-out
28
28
transition: fade-out
29
29
---
30
30
31
- # Focus View
31
+ # Commit Panel
32
32
33
33
<div class =" w-160 " >
34
34
<img src =" /images/gkc-commit-details.png " />
Original file line number Diff line number Diff line change @@ -14,6 +14,28 @@ transition: fade-out
14
14
<img src =" /images/git-releases.png " />
15
15
</div >
16
16
17
+ ---
18
+ transition: fade-out
19
+ ---
20
+
21
+ # Specific Feature Examples (at decision time)
22
+
23
+ - Scalar (By Microsoft)
24
+ - Worktrees
25
+ - Better LFS and Submodule support
26
+ - Hooks
27
+ - SSH Config
28
+ - Subtrees
29
+ - Git bisect
30
+
31
+ <!--
32
+ Scalar is for large git repos
33
+
34
+
35
+
36
+
37
+ -->
38
+
17
39
---
18
40
transition: slide-left
19
41
---
You can’t perform that action at this time.
0 commit comments