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 required branch not specified #20143

Merged

Conversation

skepticspriggan
Copy link
Contributor

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

The git pull upstream command mentioned in the Git workflow internal docs aborts with the message:

You asked to pull from the remote 'upstream', but did not specify                             
a branch. Because this is not the default configured remote                                   
for your current branch, you must specify a branch on the command line.

Copy link

what-the-diff bot commented Mar 30, 2024

PR Summary

  • Modified Git Command in Documentation
    The team has made a small but important change within our instructions for using Git in git-workflow.md. Previously, we used to mention a command git pull upstream. We have now updated it to become git pull upstream master. This makes sure that when developers pull the latest changes, they are specifically pulling from the master branch, offering a more targetted approach to keeping their local code bases updated.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.82%. Comparing base (97ca1f2) to head (0a72316).

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #20143   +/-   ##
=========================================
  Coverage     64.82%   64.82%           
  Complexity    11376    11376           
=========================================
  Files           429      429           
  Lines         37074    37074           
=========================================
  Hits          24034    24034           
  Misses        13040    13040           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdark samdark merged commit f7cba1b into yiisoft:master Apr 2, 2024
73 checks passed
@samdark
Copy link
Member

samdark commented Apr 2, 2024

Thanks!

@skepticspriggan skepticspriggan deleted the fix-required-branch-not-specified branch June 29, 2024 12:06
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

Successfully merging this pull request may close these issues.

2 participants