Go to the first, previous, next, last section, table of contents.

git

git is a file system browser with some shell facilities which was designed to make your work much easier and much efficient. git is made of two panels. The left one and the right one. Each one contains a file system directory. You can browse the directory tree with the usual cursor keys and pressing ENTER when you want to enter or leave a directory. You may change the panels by pressing TAB.

Under the two panels there is a shell like input line which you can use to type normal shell commands. The input line supports unlimited characters and keeps a history of typed commands. GIT uses the GNU history library for that.

Under the input line there is a status bar. You can see there the status of the currently executed command, the warnings and errors and you will be prompted if a decision has to be taken.

See section Configuration Files,
See section gitps,
See section gitview,
See section gitcmp,
See section gitkeys,
See section gitmount,
See section gitmatch,
See section gitredir,
See section gitaction,
See section .gitaction.

Go to the first, previous, next, last section, table of contents.