mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-10 08:26:23 +00:00
9 lines
175 B
Bash
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
|
|
|