Visualize history with git log --graph
git log --graph draws an ASCII tree of commits. Combined with --all and --decorate it shows every branch in one view.
Sign in to start the labgit log --graph draws an ASCII tree of commits. Combined with --all and --decorate it shows every branch in one view.
Sign in to start the lab