@authnlabs/gitwiz
v1.1.1
Published
A CLI wrapper for Git commands using simple-git
Readme
GitWiz
GitWiz is a CLI wrapper for Git commands using simple-git and yargs. It simplifies common Git operations with an easy-to-use command-line interface.
Installation
To install GitWiz globally, run:
npm install -g gitwizUsage
Clone a repository
gitwiz clone <repoUrl> <localPath>repoUrl: The URL of the repository you want to clone.localPath: The local path where the repository will be cloned.
Commit changes
gitwiz commit <message>message: The commit message describing the changes.
Push changes
gitwiz pushPushes the committed changes to the remote repository.
Pull changes
gitwiz pullPulls the latest changes from the remote repository.
Examples
Cloning a repository
gitwiz clone https://github.com/username/repo.git ./local-repoCommitting changes
gitwiz commit "Initial commit"Pushing changes
gitwiz pushPulling changes
gitwiz pullAuthor
Sourabh kumawat
License
ISC
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or suggestions.
Acknowledgements
This tool uses the following libraries:
