Well, till now, I used common git operations like push, pull, commit and clone.
But now, I need a git repo with different branches to test certain features but all these features require the same library which should be included in the repo.
What's the best pratice to do this?