Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 956 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 956 Bytes

Prerequisites

  1. Ensure Git CMD is installed on your system.
  2. Prettier is installed and set up to run with the command npm run prettify or yarn run prettify.

Installation Steps

  1. Clone the Repository:

    git clone https://github.com/rao-abhishek/pushto.git
    
  2. Add pushto to Git CMD:

    • change the file extension from pushto.sh to pushto.exe
    • Copy the pushto.exe file to the path/to/Git/cmd/ directory. For example, you can place it in C:\Program Files\Git\cmd.
  3. Update System Environment Variables:

    • Include the path to the pushto file from the path/to/Git/cmd/ directory in the system's environment variables.
  4. Verify Setup:

    • Open a Git Bash terminal and run the following command:
      pushto help

All Set!

Your installation is now complete. You can use the pushto command in the Git Bash terminal.