Giter Site home page Giter Site logo

giti's Introduction

giti

git-i (i for IBM i). 5250 green screen repository browser inspired by gitk.

How to build

This project uses Relic Package Manager to build it's objects.

Simply run: RELICGET PLOC('https://github.com/Club-Seiden/giti/archive/master.zip') PDIR('giti-master') PNAME(QTEMP)

How to use

  1. Change your currect directory to an IFS location which is a git repository
  2. Run GITI in your interactive job.

The display has three columns: the commit author, date and message. There is only a single entry field in the program at the moment, which is the 'file' field. You can enter in a file within the repository in which you would like to find the commits for. Currently, the option parameter for each commit does not function.

Using giti on the giti repo Using giti to look at a commit Using giti to select a branch

Not listing your commits?

You might find that if your commits aren't listing, then Git cannot be found QP2TERM.

Fix 1

Check your PASE_PATH environment variable using WRKENVVAR. It should look something like this:

/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/bin/X11:/usr/sbin:.:/usr/bin

If it doesn't, add those paths to that list.

Fix 2

If you are not able to change the PASE_PATH environment variable, there is another simple way.

  1. Create .profile in your home directory.
  2. Paste export PATH=/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/bin/X11:/usr/sbin:.:/usr/bin into that stream file.
  3. Re-signon and try Giti again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.