Exit Full View

Featureful / about / components / Git.md

Git

I like to lump all git related things together, whereas my IDE has two separate docks (one for commit, another for log, and no special place for .gitignore). YMMV.

A Git tab has three secondary tabs :

  1. A Split Pane consisting of :
    1. Git Status : a GUI wrapper around the git status command.
    2. A Text Area for the commit message.
  2. A TextEditor containing .gitignore
  3. Git Log : a GUI wrapper around the git log command. (Not written yet)

Back to Components index.