DEV Community

codebond
codebond

Posted on • Updated on

Gitex - Git Command Explorer

What is gitex?

Gitex is Git Command Explorer. It helps to find Git Command right in your terminal.

Why did i build?

addyosmani image
Addy Osmani recently shared an amazing tool git explorer which i found helpful i thought it would be great if i make cli of this because at the end git command used in terminal.

How to install

for Linux and mac

sudo npm install gitex -g

for window

npm install gitex -g

start

run gitex in terminal

Gitex

Top comments (3)

Collapse
 
zhorabartolomey profile image
George Bartolomey

Cool, but I prefer just write command

Collapse
 
codebondco profile image
codebond

gitex helps to find command.

Collapse
 
zhorabartolomey profile image
George Bartolomey • Edited

Gitex will help newbies, but I prefer also make commits in VS Code. [I download gitex]