Tools for a friendlier Git

Author

Marie-Hélène Burle

Two great open-source tools to work with Git in a nice visual manner while remaining in the command line.

fzf

fzf is a fantastic multi-platform command line fuzzy finder with a huge versatility.

In this video, I demo quickly how it can be used with Git:

fzf is easy to install on your machine and can also be installed on the Alliance clusters with:

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf &&
    ~/.fzf/install

# then answer y, y, n to the 3 questions

lazygit

lazygit is an excellent multi-platform terminal user interface for Git. It is my favourite Git interface and I use it all the time. You can find the installation instructions here.

I recently gave a webinar on it that you can find here. Below is the video from the webinar: