SemVer
X.Y.Z :
 - X (major) indicates a major software update that is not backward compatible.
 - Y (minor) refers to a smaller update introducing new functionality that must remain compatible with previous versions.
 - Z (patch) is a fix for a discovered bug, a security update, or a minor performance improvement — commonly known as a patch. This version must also be compatible with earlier releases.
Git Command

# https://github.com/git-tips/tips?tab=readme-ov-file

git config --global user.name <YOUR_NAME>
git config --global user.email <YOUR_EMAIL>
git config --global -l

git init
git clone https://github.com/Woskus/gatsby-graphcms-blog-starter.git
git status
git add file_path
git add .
git commit -m "description commit"

git remote add origin srv-dst-name
git push origin name_branch
git pull origin name_branch
Remove Proxmox Subscription Notice
#Run in SSH as root
sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service