We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source files
In the following example:
$ git checkout experiment $ git rebase master First, rewinding head to replay your work on top of it... Applying: added staged command
The output from git version 2.48.0-rc0 is updated.
git checkout experiment git rebase master
The output from the book is:
First, rewinding head to replay your work on top of it... Applying: added staged command
Expected the following output:
"Successfully rebased and updated refs/heads/experiment."
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's no existing/similar bug report.
This report is about a single actionable bug.
This report is about the ProGit book, version 2, English language.
Bug covers book website/pdf
Problem is present in the Pro Git book on the website?
Which version of the book is affected?
Source files
Describe the bug:
In the following example:
The output from git version 2.48.0-rc0 is updated.
Steps to reproduce:
The output from the book is:
Expected behavior:
Expected the following output:
Screenshots:
No response
Additional context:
No response
Device
No response
Operating system
No response
Browser/application + version
No response
The text was updated successfully, but these errors were encountered: