logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Git GUI - Control Git Repositories with Git Cola | Online Free DevTools by Hexmos

Control Git repositories efficiently with Git Cola. Visualize commit history, manage branches, and stage changes with this powerful Git GUI. Free online tool, no registration required.

git-cola

A powerful Git GUI with a slick and intuitive user interface. More information: https://git-cola.readthedocs.io.

  • Start the GUI:

git cola

  • Start the GUI in amend mode:

git cola --amend

  • Prompt for a Git repository. Defaults to the current directory:

git cola --prompt

  • Open the Git repository at mentioned path:

git cola {{[-r|--repo]}} {{path/to/git-repository}}

  • Apply the path filter to the status widget:

git cola {{[-s|--status-filter]}} {{filter}}

See Also