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 fetch upstream branch? #35

Open
fabian-sp opened this issue Apr 21, 2023 · 1 comment
Open

How to fetch upstream branch? #35

fabian-sp opened this issue Apr 21, 2023 · 1 comment

Comments

@fabian-sp
Copy link

Hi,

could you quickly paste the command to fetch the upstream branch accepted into my local fork?

Thanks a lot!

@busycalibrating
Copy link
Member

Assuming you're already tracking the remote (staging), it should just be:

git fetch staging
git checkout -b accepted staging/accepted

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