Skip to content

Commit 049de43

Browse files
committed
Fix formatting of 'Deploying git tracked subfolder' alternative
1 parent 2940409 commit 049de43

File tree

2 files changed

+4
-176
lines changed

2 files changed

+4
-176
lines changed

docs/submodules-and-subtrees.md

Lines changed: 1 addition & 175 deletions
Original file line numberDiff line numberDiff line change
@@ -20,181 +20,7 @@ git subtree push --prefix subfolder_name origin gh-pages
2020
```
2121
**Alternatives:**
2222
```sh
23-
g
24-
```
25-
```sh
26-
i
27-
```
28-
```sh
29-
t
30-
```
31-
```sh
32-
33-
```
34-
```sh
35-
s
36-
```
37-
```sh
38-
u
39-
```
40-
```sh
41-
b
42-
```
43-
```sh
44-
t
45-
```
46-
```sh
47-
r
48-
```
49-
```sh
50-
e
51-
```
52-
```sh
53-
e
54-
```
55-
```sh
56-
57-
```
58-
```sh
59-
p
60-
```
61-
```sh
62-
u
63-
```
64-
```sh
65-
s
66-
```
67-
```sh
68-
h
69-
```
70-
```sh
71-
72-
```
73-
```sh
74-
-
75-
```
76-
```sh
77-
-
78-
```
79-
```sh
80-
p
81-
```
82-
```sh
83-
r
84-
```
85-
```sh
86-
e
87-
```
88-
```sh
89-
f
90-
```
91-
```sh
92-
i
93-
```
94-
```sh
95-
x
96-
```
97-
```sh
98-
99-
```
100-
```sh
101-
s
102-
```
103-
```sh
104-
u
105-
```
106-
```sh
107-
b
108-
```
109-
```sh
110-
f
111-
```
112-
```sh
113-
o
114-
```
115-
```sh
116-
l
117-
```
118-
```sh
119-
d
120-
```
121-
```sh
122-
e
123-
```
124-
```sh
125-
r
126-
```
127-
```sh
128-
_
129-
```
130-
```sh
131-
n
132-
```
133-
```sh
134-
a
135-
```
136-
```sh
137-
m
138-
```
139-
```sh
140-
e
141-
```
142-
```sh
143-
144-
```
145-
```sh
146-
o
147-
```
148-
```sh
149-
r
150-
```
151-
```sh
152-
i
153-
```
154-
```sh
155-
g
156-
```
157-
```sh
158-
i
159-
```
160-
```sh
161-
n
162-
```
163-
```sh
164-
165-
```
166-
```sh
167-
b
168-
```
169-
```sh
170-
r
171-
```
172-
```sh
173-
a
174-
```
175-
```sh
176-
n
177-
```
178-
```sh
179-
c
180-
```
181-
```sh
182-
h
183-
```
184-
```sh
185-
_
186-
```
187-
```sh
188-
n
189-
```
190-
```sh
191-
a
192-
```
193-
```sh
194-
m
195-
```
196-
```sh
197-
e
23+
git subtree push --prefix subfolder_name origin branch_name
19824
```
19925

20026
---

tips.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,9 @@
441441
{
442442
"title": "Deploying git tracked subfolder to gh-pages",
443443
"tip": "git subtree push --prefix subfolder_name origin gh-pages",
444-
"alternatives": "git subtree push --prefix subfolder_name origin branch_name",
444+
"alternatives": [
445+
"git subtree push --prefix subfolder_name origin branch_name"
446+
],
445447
"category": "Submodules and Subtrees"
446448
},
447449
{

0 commit comments

Comments
 (0)