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

Assumes master branch #4

Open
Rycieos opened this issue Nov 29, 2017 · 0 comments
Open

Assumes master branch #4

Rycieos opened this issue Nov 29, 2017 · 0 comments
Labels

Comments

@Rycieos
Copy link
Owner

Rycieos commented Nov 29, 2017

profile-manager assumes that the master branch is the default and that it is the branch that is wanted.

This is really a two sided issue:

  1. When cloning from a remote, git checks out the default branch. We need to check for updates against and update the default branch.
  2. If the user specifies a specific branch, we need to checkout, check updates, and update against that specific branch.

The first part is simple to fix, but the second issue is slightly trickier. The real challenge is supporting both.

@Rycieos Rycieos added the bug label Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant