Brick.git constructor

Brick.git(
  1. GitPath git
)

Brick from a git url.

Implementation

Brick.git(GitPath git) : this(location: BrickLocation(git: git));