<BranchDifferenceDetailsahead={true}branch={branch}remote={getRemote()}title={`ahead of ${getRemote().remote} by ${commitsAhead(getRemote()).length} commit(s)`}commits={commitsAhead(getRemote())}></BranchDifferenceDetails>
<BranchDifferenceDetailsbehind={true}branch={branch}remote={getRemote()}title={`behind ${getRemote().remote} by ${commitsBehind(getRemote()).length} commit(s)`}commits={commitsBehind(getRemote())}></BranchDifferenceDetails>
<BranchDifferenceDetailsahead={true}branch={branch}remote={getRemote()}title={`ahead of ${getRemote().name} by ${commitsAhead(getRemote()).length} commit(s)`}commits={commitsAhead(getRemote())}></BranchDifferenceDetails>
<BranchDifferenceDetailsbehind={true}branch={branch}remote={getRemote()}title={`behind ${getRemote().name} by ${commitsBehind(getRemote()).length} commit(s)`}commits={commitsBehind(getRemote())}></BranchDifferenceDetails>