Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create and delete branches #132

Closed
argenos opened this issue Nov 1, 2021 · 1 comment
Closed

feat: create and delete branches #132

argenos opened this issue Nov 1, 2021 · 1 comment
Labels
awaiting response Cannot work on issue until response from an author of an issue

Comments

@argenos
Copy link

argenos commented Nov 1, 2021

In the hub, we have two types of contributors:

  • Those with write access that can use the hub remote
  • Those without it that must work in their forks

Eventually, people in the latter group will join the first. Sometimes branches on the hub (see my comment in #130) need to be pulled from upstream as well, for people on the 2nd group too. An easy way to configure additional remotes would be really helpful to hub contributors with little git experience.

@Vinzent03
Copy link
Owner

There is already a command to add new remotes and change the url of existing ones. You can't change the remote of a branch with an existing upstream branch, but if you checkout a new branch, a modal should open to select a remote and branch as upstream branch. I think that's what you need. So I think you are more looking for adding new branches?

@Vinzent03 Vinzent03 added the awaiting response Cannot work on issue until response from an author of an issue label Dec 6, 2021
@Vinzent03 Vinzent03 changed the title Add UI or setting to handle different remotes feat: create and delete branches Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response Cannot work on issue until response from an author of an issue
Projects
None yet
Development

No branches or pull requests

2 participants