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
Hi,
I was reading git to learn more about branching and found that one figure was not in sync with the text.
W.r.t URL 'http://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell' i.e. on chapter --> 3.1 Git Branching - Branches in a Nutshell
The last figure that mentions the branching of Master and Test.
This looks a bit different than what the git log shows just beneath it.
$ git log --oneline --decorate --graph --all
---> c2b9e (HEAD, master) ---> 87ab2 (testing) made a change
Creating this issue as I believe the figure shows just the opposite.
Thanks, Sanjeev
The text was updated successfully, but these errors were encountered:
Please close this issue as dulicate #472.
Sorry, something went wrong.
Duplicate of #472, closing this one.
No branches or pull requests
Hi,
I was reading git to learn more about branching and found that one figure was not in sync with the text.
W.r.t URL 'http://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell'
i.e. on chapter --> 3.1 Git Branching - Branches in a Nutshell
The last figure that mentions the branching of Master and Test.

This looks a bit different than what the git log shows just beneath it.
$ git log --oneline --decorate --graph --all
| * 87ab2 (testing) made a change
|/
---> c2b9e (HEAD, master)
---> 87ab2 (testing) made a change
Creating this issue as I believe the figure shows just the opposite.
Thanks,
Sanjeev
The text was updated successfully, but these errors were encountered: