1.2.2 • Published 2 years ago
wcommit v1.2.2
Simple Wizz Commits
Simple commit prompt for Wizz repo
Just work on the task, add the changes and you're ready to commit.
Push it if you want! The wcommit also handles the "--set-upstream" push.
The wcommit stores the data previously entered, so you don't have to re-enter it every time. If for some reason you don't want a commit to overwrite a previous state or you don't want to use the previous state, use the --no-store option.
Install
npm install -g wcommitUseage
- develop => 2. git add => 3. run wcommit => 4. push (if you want)
wcommitor
npx wcommitOptions
| Option | Description |
|---|---|
| -v, --version | Get current version |
| -h, --help | Get options |
| -c, --clear | Clear all stored commit parameters |
| -a, --clear-all | Clear all stored data |
| --no-store | Saved commit parameters are not loaded and new parameters are not saved. |
Examples
Clear all stored commit parameters from actual branch:
wcommit -cSaved commit parameters are not loaded and new parameters are not saved:
wcommit --no-storeStore
Location:
# MacOs:
'/Users/<user>/Library/Preferences/wcommit-nodejs/config.json'1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.2.0-beta.0
2 years ago
1.1.2
2 years ago
1.0.0
2 years ago
1.0.0-beta.7
2 years ago
1.0.0-beta.5
2 years ago
1.0.0-beta.4
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.2
2 years ago