1

I am working on a project with multiple contributors who work on adding new features. When I git branch -a, it shows something like this:

remotes/origin/usr/username1/featureA
remotes/origin/usr/username2/featureB
remotes/origin/usr/username2/featureC
remotes/origin/usr/username2/featureD
remotes/origin/usr/username3/featureE

Local changes are pushed to these remotes before they are reviewed and merged with the master release branch. How can I create a remote that is also in this format, with my username and my feature name? Also, is this a path with directories for each user or is it just a string containing a slash?

4

1 に答える 1