From 3ef06f38639eb18038424dbb579580ee7bb60458 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 20 Sep 2023 04:56:58 +0200 Subject: [PATCH] linux: added lazygit to git (client) --- wiki/linux/git_(client).md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wiki/linux/git_(client).md b/wiki/linux/git_(client).md index ed5a8f7..fe2f5f1 100644 --- a/wiki/linux/git_(client).md +++ b/wiki/linux/git_(client).md @@ -7,10 +7,14 @@ With only a handfull of commands you should be able to get your versioning going For servers with web interfaces there are different cli tools to control it without using a browser. - ## Setup -On most linux distributions BlueZ can be installed with the `bluez` package. +On most linux distributions Git can be installed with the `git` package. +The package provides a simple command line interface. + +An alternative to the classical interface is the [lazygit](https://github.com/jesseduffield/lazygit) +terminal user interface. +Though it provides a new user interface it still uses the `git` package as a base. ## Usage