git: git add . git commit -m "$m" git push -u origin master
$ git add .github/workflows/release-package.yml
$ git commit -m "workflow to publish package"
$ git push
git config --global user.email "jajounes@gmail.com"
git config --global user.name "eu20papar"
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.
git add .
# Adds the file to your local repository and stages it for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.