R/git.R
git.Rd
Shortcut to using git in terminal.
git
git(...)
git argument(s)
if (FALSE) { git("add -A") git("commit -m 'Commit Message'") git("push") } if (FALSE) { git("add -A", "commit -m 'Commit Message'", "push") }