Search notes:

git gui

git gui opens a GUI graphical interface (GUI)] which allows to perform some operations such as

Viewing a repository's content of another branch

git gui browser <branch> allows to view («to browse») the tree and content of the files of another branch without changing the branch.
git gui browser V1.1
Apparently, gui gui browser must be executed in a checked out directory's top directory, i.e. the directory where ./.git is located.

See also

git commands

Links

The git gui repository on github.

Index