@authnlabs/gitwiz
v1.1.1
Published
A CLI wrapper for Git commands using simple-git
Downloads
1
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 gitwiz
Usage
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 push
Pushes the committed changes to the remote repository.
Pull changes
gitwiz pull
Pulls the latest changes from the remote repository.
Examples
Cloning a repository
gitwiz clone https://github.com/username/repo.git ./local-repo
Committing changes
gitwiz commit "Initial commit"
Pushing changes
gitwiz push
Pulling changes
gitwiz pull
Author
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: