forked from Bunteshaus/bunteshaus.de
10 lines
138 B
Bash
10 lines
138 B
Bash
|
git add content/news
|
||
|
git commit --amend --no-edit
|
||
|
target="origin"
|
||
|
|
||
|
if [ "$1" = "main" ]; then
|
||
|
target=upstream
|
||
|
fi
|
||
|
|
||
|
#git push ${target}
|