1

can anyone help me on

"How to determine your feature branch is created from develop or master branch in github" ?

Thanks

1 Answers1

1

This is similar to "How to find the nearest parent of a Git branch?", which is not trivial.

But at least, a quick visual way would be

git log --decorate --oneline --graph --simplify-by-decoration
VonC
  • 1,129,465
  • 480
  • 4,036
  • 4,755