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.
To install GitWiz globally, run:
npm install -g gitwiz
gitwiz clone <repoUrl> <localPath>
-
repoUrl
: The URL of the repository you want to clone. -
localPath
: The local path where the repository will be cloned.
gitwiz commit <message>
-
message
: The commit message describing the changes.
gitwiz push
Pushes the committed changes to the remote repository.
gitwiz pull
Pulls the latest changes from the remote repository.
gitwiz clone https://github.com/username/repo.git ./local-repo
gitwiz commit "Initial commit"
gitwiz push
gitwiz pull
Sourabh kumawat
ISC
Contributions are welcome! Please open an issue or submit a pull request for any improvements or suggestions.
This tool uses the following libraries: