FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add ability to reference branches and tags via refs/* by BinaryMuse · Pull Request #112 · git-school/visualizing-git · GitHub

Add ability to reference branches and tags via refs/* - #112

Open
BinaryMuse wants to merge 1 commit into
gh-pagesfrom
mkt/allow-checkout-refs
Open

Add ability to reference branches and tags via refs/*#112
BinaryMuse wants to merge 1 commit into
gh-pagesfrom
mkt/allow-checkout-refs

Conversation

Copy link
Copy Markdown
Member

This adds the ability to refer to tags and branches using the following:

  • refs/heads/branch
  • heads/branch
  • refs/tags/tag
  • tags/tag

It also changes some internal methods to use refs/heads/* when referring to branches to remove ambiguity.

Fixes #108

BinaryMuse requested a review from kuychaco January 4, 2019 19:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL