2062 ref

https://forgefed.peers.community/nsref

JSON

Inbox

Definition

Specifies an identifier for a Branch, that is used in the Repository to uniquely refer to it. For example, in Git, “refs/heads/master” would be the ref of the master branch.
see 4

Example

```json { "@context": [ "https://www.w3.org/ns/activitystreams", "https://forgefed.peers.community/ns" ], "id": "https://example.dev/luke/myrepo/branches/master", "type": "Branch", "name": "master", "context": "https://example.dev/luke/myrepo",

"ref": "refs/heads/master"

}```