Developer Tools
Lazygit Series: The Commits Panel
This is the fifth post in the Lazygit series. You can see a list of all of the posts in this series by visiting the Lazygit Series tag. This week, we’ll look at how to best use the commits panel.
Lazygit’s commits panel allows you to track the hierarchy of commits in your …
Lazygit Series: The Branches Panel
This is the fourth post in the Lazygit series. You can see a list of all of the posts in this series by visiting the Lazygit Series tag. This week, we’ll look at how to best use the branches panel.
Lazygit’s branches panel allows you to manage the branching strategy for your project. You …
Lazygit Series: The Files Panel
This is the third post in the Lazygit series. You can see a list of all of the posts in this series by visiting the Lazygit Series tag. This week, we’ll look at how to best use the files panel.
Lazygit’s files panel offers a useful view of the state of the files in your repository, including …
Lazygit Series: The Status Panel
This is the second post in the Lazygit series. You can see a list of all of the posts in this series by visiting the Lazygit Series tag. This week we look at how to best use the status panel.
Lazygit’s status panel offers a concise snapshot of your repository’s current state, showing essential …
Managing Git Repositories with Lazygit: The Terminal UI Powerhouse
This is the first post in a new series about the Git GUI tool that works directly in your terminal: Lazygit. You can see a list of all of the posts in this series by visiting the Lazygit Series tag.
Let’s face it: managing Git repositories via command-line commands can sometimes feel cumbersome and …