See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| [ | |
| { | |
| "province": "اردبیل", | |
| "cities": [ | |
| "اردبیل", | |
| "اصلاندوز", | |
| "آبی بیگلو", | |
| "بیله سوار", | |
| "پارس آباد", | |
| "تازه کند", |
| module.exports = { | |
| /** | |
| * Print Width | |
| * https://prettier.io/docs/en/options.html#print-width | |
| * | |
| * Specify the line length that the printer will wrap on. | |
| * | |
| * printWidth: <int> | |
| * default: 80 | |
| */ |
This is a simple guide for myself about how to replicate my current eOS setup if I ever need to. These are my themes, customazations and tweaks to the OS, categorized and clearly written down for future me if he ever needs it.
Always update when installing an new OS.
(Archlinux in my case)
Reset all settings and extensions. Like a fresh and clean VSCode installation.
~/.vscode-oss folder and the ~/.config/Code - OSS/ folder
~is a shorthand for your user folder/home/usernamebut should work on all unix systems
WARNING: This will remove all your settings and installed extensions without any prompt
| deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| # deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse |