File tree 4 files changed +12
-43
lines changed
4 files changed +12
-43
lines changed Original file line number Diff line number Diff line change 5
5
6
6
node_modules
7
7
coverage
8
+
9
+ # autogenerated files ignored in repo-utils/badgeboard
10
+ # to avoid downstream merge conflicts
11
+ #
12
+ # remove this when you're creating a real badgeboard
13
+ /index.html
14
+ /src /db.json
Original file line number Diff line number Diff line change 2
2
3
3
``` sh
4
4
~ /your-org.github.io$ git pull https://github.com/repo-utils/badgeboard.git
5
+ ~ /your-org.github.io$ make ; make db
6
+ ~ /your-org.github.io$ git commit index.html src/db.json -m ' rebuild'
5
7
~ /your-org.github.io$ git push
6
8
```
7
9
@@ -15,12 +17,15 @@ Change:
15
17
16
18
- src/maintainers.json
17
19
- src/projects.json
20
+ - .gitignore (unignore autogenerated files)
18
21
19
22
Make it:
20
23
21
24
```
22
25
~/your-org.github.io$ make db
23
26
~/your-org.github.io$ make
27
+ ~/your-org.github.io$ git add src/db.json index.html
28
+ ~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'
24
29
```
25
30
26
31
Test it:
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments