We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
profile-manager assumes that the master branch is the default and that it is the branch that is wanted.
profile-manager
master
This is really a two sided issue:
git
The first part is simple to fix, but the second issue is slightly trickier. The real challenge is supporting both.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
profile-manager
assumes that themaster
branch is the default and that it is the branch that is wanted.This is really a two sided issue:
git
checks out the default branch. We need to check for updates against and update the default branch.The first part is simple to fix, but the second issue is slightly trickier. The real challenge is supporting both.
The text was updated successfully, but these errors were encountered: