<BranchDifferenceDetailsbranch={branch}remote={remote}title={`ahead of ${remote.remote} by ${commitsAhead(remote).length} commit(s)`}commits={commitsAhead(remote)}></BranchDifferenceDetails>
<BranchDifferenceDetailsbranch={branch}remote={remote}title={`behind ${remote.remote} by ${commitsBehind(remote).length} commit(s)`}commits={commitsBehind(remote)}></BranchDifferenceDetails>
<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>