File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ The `git-subrepo` command benefits these roles in the following ways:
51
51
* Moving/renaming a subrepo subdir just works.
52
52
* Your git history is kept squeaky clean.
53
53
* Upstream history (clone/pull) is condensed into a single commit.
54
+ * You can see the complete subrepo history by using a subrepo remote branch.
54
55
* Commits pushed back upstream are NOT condensed.
55
56
* Easy to play around with subrepos and then reset back.
56
57
* Does not introduce history that messes up other git commands.
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ Your git history is kept squeaky clean\.
91
91
Upstream history (clone/pull) is condensed into a single commit\.
92
92
.
93
93
.IP " \(bu " 4
94
+ You can see the complete subrepo history by using a subrepo remote branch\.
95
+ .
96
+ .IP " \(bu " 4
94
97
Commits pushed back upstream are NOT condensed\.
95
98
.
96
99
.IP " \(bu " 4
Original file line number Diff line number Diff line change 30
30
- git-subrepo.d/remote
31
31
- git-subrepo.d/commit
32
32
33
+ - Rewrite the Intro doc.
34
+
33
35
== Promotion
34
36
35
37
- Git Commands
You can’t perform that action at this time.
0 commit comments