Call for Testing: Git Cola: The Highly Caffeinated Git GUI

icon

This is the snap of Git Cola, “The highly caffeinated Git GUI”. It works on Ubuntu, Fedora, Debian, and other major Linux distributions.

Build Status Badge of the  Snap

Published for with :gift_heart: by Snapcrafters

Installation

# Install Snap
sudo snap install --channel=beta git-cola

# Connect the Snap to Optional Interfaces
## removable-media: For accessing Git repositories under `/media/*` and `/run/media/*`
sudo snap connect git-cola:removable-media

## ssh-keys: For remote operation via SSH protocol
sudo snap connect git-cola:ssh-keys

## gpg-keys: For signing commits and tags
sudo snap connect git-cola:gpg-keys

(Don’t have snapd installed?)

What is Working

  • Launch
  • I18N
  • Launch help webpages
  • Initialize new repository
  • Clone existing repository
  • Modify Git config
  • Modify Git remotes
  • File system change monitoring
  • Launch host editor for editing files
  • Stage changes
  • Commit changes
  • Remote fetch
  • Remote push
  • Create branch
  • Rebase
  • DAG view
  • Stash
  • File browser
  • Visualize via gitk

What is NOT Working…yet

  • Git Large File Storage(missing part)
  • Git Annex(missing part)
  • External diff viewer(missing part)

What is NOT Tested…yet

  • send2trash
  • grep
  • Anything not listed here

Support

1 Like