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 am new to the topic of git and branching, just going through the book.
One thing I do not understand is, that in the figure:
http://git-scm.com/book/en/v2/book/03-git-branching/images/checkout-master.png the TESTING branch points to a commit 87ab2
while on the very next one (merging):
http://git-scm.com/book/en/v2/book/03-git-branching/images/advance-master.png
the MASTER branch points to the very same commit and testing points to the other one.
Is this correct?
Thx
Tomas
The text was updated successfully, but these errors were encountered:
No, the texts "87ab2" and "c2b9e" should be swapped in the second image.
Sorry, something went wrong.
Duplicate of #472, closing this one.
No branches or pull requests
Hi,
I am new to the topic of git and branching, just going through the book.
One thing I do not understand is, that in the figure:
http://git-scm.com/book/en/v2/book/03-git-branching/images/checkout-master.png
the TESTING branch points to a commit 87ab2
while on the very next one (merging):
http://git-scm.com/book/en/v2/book/03-git-branching/images/advance-master.png
the MASTER branch points to the very same commit and testing points to the other one.
Is this correct?
Thx
Tomas
The text was updated successfully, but these errors were encountered: