Shortcut to using git in terminal.

git(...)

Arguments

...

git argument(s)

Examples

if (FALSE) { git("add -A") git("commit -m 'Commit Message'") git("push") } if (FALSE) { git("add -A", "commit -m 'Commit Message'", "push") }