Skip to content

flathub/com.syntevo.SmartGit

Repository files navigation

syntevo SmartGit

SmartGit is a powerful Git client with support for GitHub, GitLab, Azure DevOps and Bitbucket. It runs on Linux, macOS and Windows.

Build, Install and Run Flatpak (locally)

Assuming flatpak, flatpak-builder, and git are installed, then execute the following commands:

$ git clone https://github.com/flathub/com.syntevo.SmartGit.git
$ cd com.syntevo.SmartGit/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user com.syntevo.SmartGit.yaml

# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user com.syntevo.SmartGit

# ...and to clean-up everything
$ rm --force --recursive .flatpak-builder/ build/
$ flatpak uninstall --unused --user
$ flatpak remote-delete --user flathub