I was going through the Git's tutorial pages on Atlassian sites trying to learn something new and found this image on the example of "Git Fetch Command".
The page can be found here: https://www.atlassian.com/git/tutorial/remote-repositories#!fetch
Is this image correct or it has to much pointers to Origin/Master? And what would be the right pointer values?
Hi Daniel,
Those labels look incorrect thank you for letting us know. I will let the owners know.
They should be these branch names I believe:
master -> origin/master
develop -> origin/develop
some-feature -> origin/some-feature
Thanks,
Tom.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.