checkout: async()

in src/dev-ops.ts [148:150]


    checkout: async (branch: string) => {
      await workingGitRepository({ checkout: [branch] })
    },