Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 983 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 983 Bytes

GitHelper

Installation Instructions

  • Direct Installation using .exe

    1. Clone the Repository using:
    git clone https://github.com/Crazycoder122/GitHelper.git
    
    1. From the folder Downloaded, just move the .exe file to any location You want and add that location in the Environment Variables of your Computer.

    2. And There You Go!!! You have Succesfully Installed GitHelper CLI in Your Computer. You can access it from anywhere in your computer through your terminal.

  • Installation using the Source Code

    1. Clone the Repository using:
    git clone https://github.com/Crazycoder122/GitHelper.git
    
    1. Now Install pyinstaller in your system to package all the files and make a .exe file out of it.

    2. Once You are done with creating .exe file, Follow the Same Steps as mentioned Direct Installation above