Git has very good command line interface. Git package also contains one handy GUI extension.

Type command:

git gui

git-gui

You’ll get simple GUI tool for staging commits, viewing diffs and many more.

Windows users can install git package by Chocolatey.

You can find more information about this command at git-scm.com.

Comments