small fixes

This commit is contained in:
teldra 2022-04-08 18:46:49 +02:00
parent dbae7288be
commit 196db7b348
2 changed files with 3 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
title: "La le Lu Party3"
date: 2022-04-08T18:43:00+0200
---
Party, Party!

View File

@ -1,9 +1,10 @@
git add content/news
git commit --amend --no-edit
target="origin"
force="-f"
if [ "$1" = "upstream" ]; then
target=upstream
force=""
fi
git push ${target}
git push ${target} ${force}