Saturday, April 27, 2024
68
rated 0 times [  68] [ 0]  / answers: 1 / hits: 142176  / 1 Year ago, wed, may 17, 2023, 6:23:01

I've installed git-gui tool via sudo apt-get install git-gui. But how do I start it? Trying with search or git-gui command did not find and UI tool for Git.


More From » command-line

 Answers
7

Type git citool to start git-gui.


If it gives the error: git: 'citool' is not a git command, just install the following package: git-gui


sudo apt-get install git-gui

[#26594] Wednesday, May 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gigglcept

Total Points: 113
Total Questions: 105
Total Answers: 125

Location: Christmas Island
Member since Wed, Jan 13, 2021
3 Years ago
;