Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

HamedMasafi/GitKlient

Repository files navigation

GitKlient

CI Build GitLicense Codacy Badge

Git gui client for KDE

Features

  • Show overlay icons on files in the Dolphin file manager (Screenshot)
  • Browse files in another branch or commit and view files content (Screenshot)
  • Autocomplete on writing commit messages (Screenshot)
  • Graph view for commits and merges (Screenshot)
  • Show changes on visual way (Screenshot)
  • See differences and conflicts and resolve them by visual tool (Screenshot)

Build

cd <path/to/paoject/source>
mkdir build
cd build
cmake ..
make
sudo make install