AppFeed/updateGit.sh

9 lines
175 B
Bash
Raw Normal View History

2020-12-20 07:32:51 +00:00
#!/bin/bash
cd /tmp/GitHub/AppFeed
git config --global user.email "unraidsquid@gmail.com"
git config --global user.name "Andrew Z"
git add *
git commit -m Update
git push -f