File tree 2 files changed +41
-2
lines changed
2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ This repository is meant to be a place in which tools and documentation related
14
14
15
15
== TL;DR
16
16
17
- * See the link:./docs/concepts-summary.adoc[Concepts Summary]
18
- * See the link:./docs/task-oriented-primer.adoc[Task-Oriented Primer]
17
+ * link:./docs/concepts-summary.adoc[Concepts Summary]
18
+ * link:./docs/task-oriented-primer.adoc[Task-Oriented Primer]
19
+ * link:./docs/useful-commands.adoc[Useful Commands]
19
20
20
21
== Key Advantages
21
22
@@ -126,6 +127,7 @@ understand. This means that:
126
127
127
128
* See the link:./docs/concepts-summary.adoc[Concepts Summary]
128
129
* See the link:./docs/task-oriented-primer.adoc[Task-Oriented Primer]
130
+ * See the link:./docs/useful-commands.adoc[Useful Commands]
129
131
130
132
=== Questions?
131
133
@@ -154,3 +156,4 @@ All of the following are git.git resources by the git.git team.
154
156
** Integrate and document aliases in https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9
155
157
* Add more detail to link:./docs/concepts-summary.adoc[Concepts Summary]
156
158
* Lots of work in link:./docs/task-oriented-primer.adoc[Task-Oriented Primer]
159
+ * Lots of work in link:./docs/useful-commands.adoc[Useful Commands]
Original file line number Diff line number Diff line change
1
+ = Gitworkflow: Useful Commands and Aliases
2
+ :toc: macro
3
+ :toclevels: 3
4
+
5
+ toc::[]
6
+
7
+ == Navigating History
8
+
9
+ === Enhancing "git log"
10
+
11
+ TODO
12
+
13
+ * `lg` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L3[alias]
14
+ * `lgp` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L6[alias]
15
+
16
+ === Integration Branch History
17
+
18
+ TODO
19
+
20
+ === Topic History
21
+
22
+ TODO
23
+
24
+ == Branch Notes
25
+
26
+ TODO
27
+
28
+ * `branchnote` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L63[alias]
29
+ * `branchnoterm` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L64[alias]
30
+
31
+ == Understanding Current Topic State
32
+
33
+ TODO
34
+
35
+ * `topics` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L21[alias]
36
+ * `where` https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9#file-gitconfig-L67[alias]
You can’t perform that action at this time.
0 commit comments