- Ensure Git CMD is installed on your system.
- Prettier is installed and set up to run with the command
npm run prettify
oryarn run prettify
.
-
Clone the Repository:
git clone https://github.com/rao-abhishek/pushto.git
-
Add
pushto
to Git CMD:- change the file extension from
pushto.sh
topushto.exe
- Copy the
pushto.exe
file to thepath/to/Git/cmd/
directory. For example, you can place it inC:\Program Files\Git\cmd
.
- change the file extension from
-
Update System Environment Variables:
- Include the path to the
pushto
file from thepath/to/Git/cmd/
directory in the system's environment variables.
- Include the path to the
-
Verify Setup:
- Open a Git Bash terminal and run the following command:
pushto help
- Open a Git Bash terminal and run the following command:
Your installation is now complete. You can use the pushto
command in the Git Bash terminal.