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

--checkout --rebase doesn't pull? #26

Open
dbolser-ebi opened this issue Apr 25, 2018 · 0 comments
Open

--checkout --rebase doesn't pull? #26

dbolser-ebi opened this issue Apr 25, 2018 · 0 comments

Comments

@dbolser-ebi
Copy link

This may be 'expected' but I found it surprising. I don't like the default 'merge' of --checkout, so I use ---rebase so as not to arbitrarily change the history with merge commits.

I issued this command to update to release 92:
git ensembl --checkout --branch release/92 --secondary_branch master --rebase available

However, when I then cd to ensembl and hit 'git status', I see:
Your branch is behind 'origin/release/92' by 4 commits, and can be fast-forwarded.

i.e. Although it got the latest commits, it didn't --rebase

  • Skipping checkout as we are already on release/92

Should I use --pull instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant