Skip to content
/ gish Public

Gish is basically a light weight wrapper that helps beginners 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 …

License

Notifications You must be signed in to change notification settings

kurtiz/gish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gish is basically a light weight wrapper that helps beginners 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 …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages