Journal of my recent activities

Enhancing Flask front-end of the ERP system with javascript barcode reader, with double prefix support for automatic form filed recognition.

#erp

Revert the last commit

$ git reset --soft HEAD~1

```

#git

Moved the site from OVH to AWS after OVH deleted all my infrastructure, without any backup, just few days after payment delay.

Pariticipated in Qiskit Camp at IBM Thomas J. Watson Research Center in Yorktown Heights, NY USA.

#qc

Storing git credential with Gnome Keyring gnome-keyring-git-credential-fedora

$ git config --global credential.helper /usr/libexec/git-core/git-credential-libsecret

#git

Working over the introduction to the bitstring encoding tutorial qubits_lh.

#qc

Syncing fork with main repo

$ git remote add upstream REPO_URL
$ git remote -v
$ git fetch upstream
$ git merge upstream/master
$ git push

#git

Git - get rid of all local changes:

git checkout . 
git clean -f

#git

Clean up /var/cache/PackageKit the right way.

$ sudo pkcon refresh force -c -1

#linux