1package git23import "github.com/aymanbagabas/git-module"45// RunInDirOptions are options for RunInDir.6type RunInDirOptions = git.RunInDirOptions78// NewCommand creates a new git command.9func NewCommand(args ...string) *git.Command {10 return git.NewCommand(args...)11}