DEV Community

Discussion on: Bash tip of the day: lazygit

Collapse
 
vlasales profile image
Vlastimil Pospichal • Edited

I am not lazy. First I run git status to see what has been modified, and/or git diff. Then git add what I want to have as part of the commit (usually git add -A, but sometime a cherry-pick is needed). Only then will I perform a git commit and a git push.

Working with Git requires some care. I use aliases, of course.

Some comments have been hidden by the post's author - find out more