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

how to access develop branch? #167

Open
YannChemin opened this issue Aug 22, 2024 · 2 comments
Open

how to access develop branch? #167

YannChemin opened this issue Aug 22, 2024 · 2 comments

Comments

@YannChemin
Copy link

Hi,
I want to check the PR160, as the master branch does not have the unit tests of ReLab in it.

git clone ...

git checkout develop
error: pathspec 'develop' did not match any file(s) known to git

git branch

  • master
@tboggs
Copy link
Member

tboggs commented Aug 22, 2024

I'm not clear what is being requested here. A PR should only be issued against the develop branch. develop will be merged into master when an updated version is released. So if all the updates are in develop, there is nothing else you need to do.

@tboggs
Copy link
Member

tboggs commented Aug 22, 2024

If you aren't able to checkout the develop branch, I'd need to see the details of your clone command. develop certainly exists in the GitHub repo. Are you sure you are in the right directory?

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

2 participants