export function add()

in src/help/git.ts [36:38]


export function add(p: string) {
  shell.run(`git add ${p}`);
}