To relax a bit, we are going to quiclky go over some frontends for git
If you're of those people that really like their CLI editors, lazygit if a cool little frontend for git that uses a TUI
Today we are going to
show IntelliJ IDEA Community edition. Be sure to have the
git
plugin installed and enabled.
Same concepts, but with different colored buttons most likely apply to any IDE/powerful editor (e.g. VS Code/Codium etc.)
Most of the stuff lives in this menu and the buttons do what's expected
There is also Github integration for MR and issues
On the side, the commit flap allows us to stage and commit our changes
On the bottom, the git tab contains the commit log of our project
On the top-right, some shortcuts like fetching, committing and pushing are available
In the settings under Version Control > Git
project-local settings for configuring the IDE are available