1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

linux: added lazygit to git (client)

This commit is contained in:
tiyn 2023-09-20 04:56:58 +02:00
parent d75bbe7770
commit 3ef06f3863

View File

@ -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 For servers with web interfaces there are different cli tools to control it
without using a browser. without using a browser.
## Setup ## 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 ## Usage