Skip to content

Commit c398e86

Browse files
committed
Add Useful Commands doc
1 parent 9f09540 commit c398e86

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

README.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ This repository is meant to be a place in which tools and documentation related
1414

1515
== TL;DR
1616

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]
1920

2021
== Key Advantages
2122

@@ -126,6 +127,7 @@ understand. This means that:
126127

127128
* See the link:./docs/concepts-summary.adoc[Concepts Summary]
128129
* See the link:./docs/task-oriented-primer.adoc[Task-Oriented Primer]
130+
* See the link:./docs/useful-commands.adoc[Useful Commands]
129131

130132
=== Questions?
131133

@@ -154,3 +156,4 @@ All of the following are git.git resources by the git.git team.
154156
** Integrate and document aliases in https://gist.github.com/rocketraman/1fdc93feb30aa00f6f3a9d7d732102a9
155157
* Add more detail to link:./docs/concepts-summary.adoc[Concepts Summary]
156158
* 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]

docs/useful-commands.adoc

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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]

0 commit comments

Comments
 (0)