Closed jbrukh closed 12 years ago
A ref is a reference to a git SHA. A ref generally looks like this: refs/heads/ or HEAD/MERGE_HEAD, etc. Reading refs can be best summarized by the functionality of the git-show-ref command.
A ref is a reference to a git SHA. A ref generally looks like this: refs/heads/ or HEAD/MERGE_HEAD, etc. Reading refs can be best summarized by the functionality of the git-show-ref command.