DEV Community

Discussion on: Looking for a nice git client for Linux. Recommendations?

Collapse
 
funbeedev profile image
Fum

I agree command line is a good way to learn. But when it comes to viewing branch paths and having other visual aids, a git client comes handy.

Collapse
 
0916dhkim profile image
Danny Kim

git log --all --graph --oneline

Thread Thread
 
funbeedev profile image
Fum

Oh wow that's handy to know, thanks!