DEV Community

Discussion on: Essential git commands

Collapse
 
rokokorag profile image
Rodrigo Acevedo

And

  • Get all log graphically

git log --all --graph --oneline

  • Get status summary

git status -s