can anyone help me on
"How to determine your feature branch is created from develop or master branch in github" ?
Thanks
can anyone help me on
"How to determine your feature branch is created from develop or master branch in github" ?
Thanks
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