xxxxxxxxxx
TBH i hate terminals, so i found an easier way.
Just tap Commit & Push in Source Control (see image below).
https://i.imgur.com/LvZ0Llu.png
As simple as that.
xxxxxxxxxx
$ git add .github/workflows/release-package.yml
$ git commit -m "workflow to publish package"
$ git push
xxxxxxxxxx
git add .
# Adds the file to your local repository and stages it for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.
xxxxxxxxxx
git config --global user.email "jajounes@gmail.com"
git config --global user.name "eu20papar"