git archive
Source: https://stackoverflow.com/questions/160608/do-a-git-export-like-svn-export
sudo mkdir /git/example.git
cd /git/example.git
sudo git init --bare
cd /home/
sudo git clone/git/example.git# (bcoz the repo has root permission in this example)
To use:
git add ... whatever
git commit -a
sudo git push # (bcoz the repo has root permission in this example)
[ModifierOnlyShortcuts]
Meta=
in ~/.config/kwinrc.LocalTeXMF root directory, say in your personal directory. Whatever the exact name you give it, you have to declare it via MiKTeX Options, Roots tab, Add button. Everything you'll put in this directory must respect the TeX Directory Structure (TDS).\LocalTeXMF\bibtex\bst\elsarticle\elsarticle-num-ident.bst, then refresh the FNDB. That's all.>initexmf --admin --update-fndb