const tinkerBranches = async (): Promise<void> => {
  const branchs = await client.branches(repoParams);

  debugData('branchs', branchs);
};