This class provides helpers for getting the branches, tags, and note references in a repository.
This class also provides helpers for knowing which references differ between a local and remote repository.
4849505152535455
/** * Test creating a {@link RepositoryUtils} anonymous class */ @Test public void constructor() { assertNotNull(new RepositoryUtils() { }); }