AppFeed/updateGit.sh
Squidly271 12b229d4ef Update
2020-12-20 02:32:51 -05:00

9 lines
175 B
Bash

#!/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