@bshsolutions/git 0.0.2-alpha → 0.0.3-alpha
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 +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# @bshsolutions/git
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[](https://opensource.org/licenses/MIT)
|
|
3
|
+
A friendly CLI for common Git workflows.
|
|
6
4
|
|
|
7
5
|
## Usage
|
|
8
6
|
|
|
@@ -12,7 +10,7 @@ npx @bshsolutions/git --help
|
|
|
12
10
|
|
|
13
11
|
## Documentation
|
|
14
12
|
|
|
15
|
-
Full guides live in the repo: [docs](docs/README.md)
|
|
13
|
+
Full guides live in the repo: [docs](docs/README.md)
|
|
16
14
|
|
|
17
15
|
## Links
|
|
18
16
|
|
|
@@ -22,4 +20,4 @@ Full guides live in the repo: [docs](docs/README.md) (setup, commands, commit fl
|
|
|
22
20
|
|
|
23
21
|
## License
|
|
24
22
|
|
|
25
|
-
MIT
|
|
23
|
+
[](https://opensource.org/licenses/MIT)
|