https://github.com/taddison/GitLazy
GitLazy VSCode Extension
https://github.com/taddison/GitLazy
git vscode-extension
Last synced: about 1 year ago
JSON representation
GitLazy VSCode Extension
- Host: GitHub
- URL: https://github.com/taddison/GitLazy
- Owner: taddison
- License: mit
- Created: 2018-02-27T21:37:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T21:56:01.000Z (over 8 years ago)
- Last Synced: 2024-11-08T10:49:04.870Z (over 1 year ago)
- Topics: git, vscode-extension
- Language: TypeScript
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLazy
Add/commit/push in one command.
Inspired by [Git-Urgent](https://github.com/ArafatHusayn/git-urgent/) and [Git-Add-And-Commit](https://github.com/ivangabriele/vscode-git-add-and-commit/).
Parts of this extension utilise code modified from the Git-Add-And-Commit extension, mainly [exec.ts](https://github.com/ivangabriele/vscode-git-add-and-commit/blob/master/src/helpers/exec.ts).
## Features
- Add, Commit, and Push in a single command, without being prompted for a commit message
## Requirements
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
## Extension Settings
This extension contributes the following settings:
* `gitlazy.commitMessage`: Default commit message to use for `addCommitPush`, defaults to 'Update'
## Known Issues
Please log any issues on the [GitHub repo](https://github.com/taddison/gitlazy/issues).
## Release Notes
See the [changelog](https://github.com/taddison/GitLazy/blob/master/CHANGELOG.md).