Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.88 KB

GISH (Git Shell Lite) wakatime

Gish is basically a light weight wrapper that helps beginners to use git from the terminal in an interactive way.

This initial build is specifically made for GCTU's ESA Programming Community to help the beginners learning how to program get a used to using git from the terminal. It guides users on the basic operation of git.

It is also streamlined to work with the process and style of teaching and learning employed by the ESA programming community.
As time goes on, functionalities and features will be added to suite a wider range of users soon.

gish


Dependencies

Installation

  • Linux
    • Clone the repository
    • Open folder in the terminal
    • Run the following commands
    > chmod +x install.sh gish.sh
    > ./install.sh
  • MacOS
    • Clone the repository
    • Open folder in the terminal
    • Run the following commands
    > chmod +x install.sh gish.sh
    > ./install.sh
  • Windows (you can install or activate WSL. Instructions are here and follow the linux installation instruction)
    • Download gum binaries from the official repo. Link here ⏩ gum
    • I recommend you create a folder in you drive C: folder and add the gum binaries to your environment path
    • Clone the repository
    • Open the folder in the terminal (Open terminal in administrator mode)
    • Run the following commands
    > install_cmd.bat