git add --a
git commit --amend --no-edit
git push origin -f
git reset --hard origin/test
git checkout -b feature-branch origin/feature-branch
git switch -c feature-branch origin/feature-branch
- fix arm64 build on docker linux
docker run --privileged --rm tonistiigi/binfmt --install all
docker stop $(docker ps -aq)
docker container prune -f
docker image prune -f -a
docker volume prune -f -a
docker network prune -f
docker system prune
- run process inject .env file
dotenvx run -- node index.js
- show folder structure ignore node_modules and git
tree -I 'node_modules|.git'
sudo netstat -nlp | grep :9200
sudo find /etc -type f -name "*.yml"