

How to setup jest typescript and code runner in vscode
How to setup jest typescript and code runner in vscode How to setup jest typescript with code runner in vscode with this technique you can directly run test single file in vscode without typings manually in terminal, see below screenshot Requirements install vscode code-runneroptional install vsco
Baca Selengkapnyanpm upgrade failed err code EEXIST
How to fix upgrade npm ERR code EEXIST in nodejs
Baca Selengkapnya

Conventional Commit Messages
Github Conventional Commit Messages
Baca Selengkapnyabash script delete folder recursively
bash script delete folder recursively script bash to recursive delete folder /usr/bin/env bash make cygwin bin as priorityexport PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:PATH;set -o igncr 2>/dev/null set -o igncr; cygwin encoding fixbasedir=dirname 0
Baca SelengkapnyaHow to delete commit history from github repository
How to delete commit history from github repository How to delete commit history from github repository bash script to delete history of commits from github repository /usr/bin/env bash delete commit historybranch=git branch --show-currentgit checkout --orphan latest_branch Move to new
Baca SelengkapnyaHow to kill node processed for all operating system
How to kill node processed for all operating system Bash bash script to kill all node processed in linux distro /usr/bin/env bashkill -9 ps aux grep \\snode\\s awk print 2killall node Batch batch script to kill all node processed in windows distro @echo offtaskkill /f /im node.ex
Baca Selengkapnyagit fix case-sensitive conflict
How do I commit case-sensitive only filename changes in Git?
Baca SelengkapnyaTutorial install git-filter-repo
Tutorial install git-filter-repo Requirements for installing git-filter-repo Python v3.xPython pip Python v3.x Python pip Step to install python -m pip install git-filter-repo Usage git filter-repo --path FOLDER-NAME/ Troubleshooting pip is missing python -m pip install --upgrade pip
Baca Selengkapnyabash script to rollback github pages
bash script to rollback github pages Bash script github pages rollback /usr/bin/env bashecho Insert commit hash read commitHashbranch=git branch --show-currentbranchpatch=patchif [ -z commitHash ]; then echo No commit hash supplied exitfigit checkout branchgit reset --hard
Baca SelengkapnyaWhat is /dev/null in shell command ?
What is /dev/null in shell command ? various types of arguments /dev/null argumentargument description> /dev/nullthrow away stdout1> /dev/nullthrow away stdout2> /dev/nullthrow away stderr> /dev/nullthrow away both stdout and stderr argumentargument description argument argument
Baca Selengkapnya