Bash - post to git (git)

26 Aug 2017

git add *.R
git commit -a -m "message"
git push
[ bash  git  ]