1

I just shifted to new company which uses xp-dev for git.

I have been using gitlab, github and bitbucket, and network graph is quite obvious thing.
But I didn't find it in xp-dev.

Do they even have this thing?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
krnbatta
  • 497
  • 5
  • 17

1 Answers1

0

They seem to only have the revision view you can see in Git Hosting at XP-Dev.com

https://xp-dev.com/images/codebrowser.png

In that case, your only recourse is to:

  • clone the repo
  • use one of the commands from "Pretty git branch graphs"
    (like git log --color --date-order --graph --oneline --decorate --all)
Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250