Click here to Skip to main content
15,891,833 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden25-Jun-21 9:31
Michael Breeden25-Jun-21 9:31 
GeneralRe: I need a tool to visually track branches in git Pin
Mycroft Holmes25-Jun-21 12:56
professionalMycroft Holmes25-Jun-21 12:56 
GeneralRe: I need a tool to visually track branches in git Pin
Sander Rossel26-Jun-21 1:42
professionalSander Rossel26-Jun-21 1:42 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden26-Jun-21 2:07
Michael Breeden26-Jun-21 2:07 
GeneralRe: I need a tool to visually track branches in git Pin
H.Brydon27-Jun-21 6:41
professionalH.Brydon27-Jun-21 6:41 
GeneralRe: I need a tool to visually track branches in git Pin
PIEBALDconsult25-Jun-21 9:29
mvePIEBALDconsult25-Jun-21 9:29 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden25-Jun-21 9:36
Michael Breeden25-Jun-21 9:36 
GeneralRe: I need a tool to visually track branches in git Pin
Jon McKee25-Jun-21 10:22
professionalJon McKee25-Jun-21 10:22 
Your easiest option would be to learn something like Mike Hanley suggested. Git is one of those tools where the less you understand the more complicated things become. That being said, I use git log for visualization of branches. A good baseline version is:
git log --oneline --all --graph --decorate

If you've got a hairball of a git repo you'll quickly see why a separate tool might be a better solution. git log has a TON of filtering options though which can help.

References:
git-log | Git
Advanced Git Log | Atlassian
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden25-Jun-21 10:53
Michael Breeden25-Jun-21 10:53 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu25-Jun-21 16:33
Mircea Neacsu25-Jun-21 16:33 
GeneralRe: I need a tool to visually track branches in git Pin
Dar Brett26-Jun-21 0:42
Dar Brett26-Jun-21 0:42 
GeneralRe: I need a tool to visually track branches in git Pin
Sander Rossel26-Jun-21 1:36
professionalSander Rossel26-Jun-21 1:36 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden26-Jun-21 1:41
Michael Breeden26-Jun-21 1:41 
GeneralRe: I need a tool to visually track branches in git Pin
Dar Brett27-Jun-21 16:31
Dar Brett27-Jun-21 16:31 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu26-Jun-21 1:50
Mircea Neacsu26-Jun-21 1:50 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden26-Jun-21 2:10
Michael Breeden26-Jun-21 2:10 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu26-Jun-21 2:21
Mircea Neacsu26-Jun-21 2:21 
GeneralBingo Pin
Michael Breeden26-Jun-21 2:21
Michael Breeden26-Jun-21 2:21 
GeneralRe: Bingo Pin
PhilipOakley28-Jun-21 3:55
professionalPhilipOakley28-Jun-21 3:55 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 4:28
Member 1330167928-Jun-21 4:28 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu28-Jun-21 5:08
Mircea Neacsu28-Jun-21 5:08 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 5:35
Member 1330167928-Jun-21 5:35 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu28-Jun-21 6:50
Mircea Neacsu28-Jun-21 6:50 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 4:50
Member 1330167928-Jun-21 4:50 
GeneralRe: I need a tool to visually track branches in git Pin
Marc Clifton25-Jun-21 12:23
mvaMarc Clifton25-Jun-21 12:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.