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 :
- A Split Pane consisting of :
- Git Status : a GUI wrapper around the
git status
command. - A Text Area for the commit message.
- Git Status : a GUI wrapper around the
- A TextEditor containing
.gitignore
- Git Log : a GUI wrapper around the
git log
command. (Not written yet)
Back to Components index.