LazyGit makes you 10x faster while using Git.

preview_player
Показать описание
Are you tired of complex Git commands and endless switches between branches? Enter LazyGit! In this video, we'll explore how LazyGit can revolutionize your Git workflow, especially if you're a beginner. From its intuitive interface to its powerful functionalities, learn how this tool streamlines your version control process. Discover how to manage branches, resolve merge conflicts, and visualize your repository's status, all within a user-friendly terminal UI. Join us as we dive into LazyGit, making Git easier and more accessible for everyone. Whether you're a seasoned developer or just starting, this guide will help you harness the efficiency of LazyGit and take your Git skills to the next level!

#git #github #linux #terminal #linuxtips #versioncontrol #vcs
Рекомендации по теме
Комментарии
Автор

lazygit is just awesome. At 4:30 you pull in changes onto the master branch. There is a simpley way:
- fetch the latest commits (usually this is already done by lazygit in the background, otherwise press f in the files section).
- select the master branch and press f for "fast forward". This will fast forward your main branch to the state of the remote.
- Merge as always...

This saves me a ton of time every single day...

matthiasbendewald
Автор

4:13 How would I do this for git over ssh?

gjermundification
Автор

This video about LazyGit is both interesting and informative

esra_erimez
Автор

4:40 And what do I do when I need to do "git pull --rebase"?

kuhluhOG
Автор

I see you switched to the third panel by pressing 3 on the keyboard, but how did you switch to Remotes?

aliventurous
Автор

3:54 "Hitting git will create the commit."
Even while editing the Commit description?

kuhluhOG
Автор

You didn't explain how the remote url was set

aliventurous
Автор

hi I am having some issues, it asks for user name & password and everytime it fails

RudraNarayanPanda-st
Автор

Computer generated voice sounds like the guy from "How it's made"

millerjimd
Автор

why not just use pycharms git gui then?

ktolis
Автор

2:27 how to switch from local branches to remote branches

mitesh
Автор

I tested it and it made me only 2 times faster, so I think you need to revise your assumptions

DarrylHebbes
Автор

Um... Cool but... I mean... Ever seen what zsh git aliases can do for you?

__mrmino__