I've few files in my current repository. I want to merge a remote branch from a different repository.
- Pull and merge a branch from
github.com/username/code.git(branch loader) - Then pull and merge a branch from
github.com/username/code.git(branch login)
Is it possible or what's the workaround? I wanna keep adding code to my current branch from different remote branches.
git help remoteshould point you in the right direction for adding additional remote repositories...