git-garbage 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
# git-garbage
|
|
2
|
-
|
|
3
1
|
<p align="center">
|
|
4
2
|
<br>
|
|
5
|
-
<img src="
|
|
3
|
+
<img src="logo.png" alt="git-garbage">
|
|
6
4
|
<br>
|
|
7
5
|
</p>
|
|
8
6
|
|
|
@@ -16,9 +14,11 @@ npm install --global git-garbage
|
|
|
16
14
|
|
|
17
15
|
## Usage
|
|
18
16
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
<p align="center">
|
|
18
|
+
<br>
|
|
19
|
+
<img src="demo.png" alt="git-garbage">
|
|
20
|
+
<br>
|
|
21
|
+
</p>
|
|
22
22
|
|
|
23
23
|
## Related
|
|
24
24
|
|
|
@@ -26,4 +26,8 @@ git-garbage
|
|
|
26
26
|
|
|
27
27
|
## License
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
**miconfig** © [Kiko Beats](https://kikobeats.com), released under the [MIT](https://github.com/Kikobeats/git-garbage/blob/master/LICENSE.md) License. Logo by [Absurd Design](https://absurd.design).<br>
|
|
30
|
+
|
|
31
|
+
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/Kikobeats/miconfig/contributors).
|
|
32
|
+
|
|
33
|
+
> [kikobeats.com](https://kikobeats.com) · GitHub [Kiko Beats](https://github.com/Kikobeats) · Twitter [@Kikobeats](https://twitter.com/Kikobeats)
|
package/package.json
CHANGED