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

fix #1895 : update Quark by git pull and git checkout master #1954

Merged
merged 2 commits into from
Apr 7, 2016

Conversation

crucialfelix
Copy link
Member

Even though it was doing git pull, it would not have repositioned to the tip if you had for any reason checked out a different tip (detached HEAD). This has to assume that master is the only branch where the latest update can be found.

If somebody needs to specify a different branch then they need to do release with tags and check it out by tag.

@crucialfelix crucialfelix self-assigned this Apr 6, 2016
@crucialfelix crucialfelix added this to the 3.7.1 milestone Apr 6, 2016
Otherwise git pull will fail if you have checked out any other tag or branch.
@bagong bagong mentioned this pull request Apr 7, 2016
@crucialfelix crucialfelix merged commit 948c7f5 into supercollider:3.7 Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant