sncommit 1.2.1 → 1.2.2
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 +0 -12
- package/dist/index.js +11456 -8218
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -65,18 +65,6 @@ sncommit -p
|
|
|
65
65
|
sncommit -ap
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
### Alias
|
|
69
|
-
|
|
70
|
-
You can use the short alias `sc` instead of typing `sncommit`:
|
|
71
|
-
|
|
72
|
-
```bash
|
|
73
|
-
sc # Generate commit
|
|
74
|
-
sc -a # Stage all and commit
|
|
75
|
-
sc -p # Commit and push
|
|
76
|
-
sc -ap # Stage all, commit, and push
|
|
77
|
-
sc config # Open configuration
|
|
78
|
-
```
|
|
79
|
-
|
|
80
68
|
### 3. Workflow
|
|
81
69
|
|
|
82
70
|
1. **Select**: App shows 4 AI-generated suggestions based on your changes.
|