How can I stage changes and commit them from the gitk interface? It is said to be a "repository browser". Does it mean, that it is not possible to stage and commit at all?
Asked
Active
Viewed 858 times
1 Answers
2
gitk
is a pure browser, not full-blown git client.
You can run git GUI from gitk
: menu File
, command Start git gui
. The GUI allows to create branches, create and amend commits.
To start the GUI from the command line run git gui
.

phd
- 82,685
- 13
- 120
- 165