- Listing your stashes
$ git stash list
$ git stash show
$ git stash save "command message stash"
# --------------------------------------- | |
# Script: change-rdp-port.ps1 | |
# เปลี่ยน RDP port จาก 3389 → 33900 | |
# --------------------------------------- | |
# New RDP port | |
$newPort = 33900 | |
Write-Host "⚙️ เปลี่ยน RDP port เป็น $newPort..." |
git config --global core.eol lf
git config --global core.autocrlf false
git rm -rf --cached .
git reset --hard HEAD
SET GLOBAL max_allowed_packet=1073741824;
SET GLOBAL wait_timeout=6000;
SET GLOBAL net_read_timeout=6000;
SET GLOBAL connect_timeout=6000;
// sql_mode default local
sql_mode = "ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
// sql_mode prod
# Auto-detect text files, ensure they use LF. | |
* text=auto eol=lf | |
# These files are always considered text and should use LF. | |
# See core.whitespace @ https://git-scm.com/docs/git-config for whitespace flags. | |
*.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php | |
*.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 | |
*.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 | |
*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2 |
PHP 7 hrs 4 mins ███████▓░░░░░░░░░░░░ 23.5% | |
Other 5 hrs 4 mins ██████▒░░░░░░░░░░░░░ 16.9% | |
YAML 3 hrs 22 mins █████░░░░░░░░░░░░░░░ 11.2% | |
Docker 2 hrs 48 mins ████▓░░░░░░░░░░░░░░░ 9.3% |
{ | |
"draw": 1, | |
"recordsTotal": 57, | |
"recordsFiltered": 57, | |
"data": [ | |
[ | |
"Airi", | |
"Satou", | |
"Accountant", | |
"Tokyo", |