I use git, but I am not an expert in this.
I inherited an old project, and it follows the git thread (and I like it): every new function in the branch feature/name. But when new features were merged into the developmain branch, they were not erased from origin. So now, by origin, I see many branches, and I donβt know which one is old or who works.
Is there a way to have a history of mergers performed between function branches and development?
EDITOR: I'm on a linux machine
nkint source
share