find . -depth -name '.DS_Store' -exec git rm --cached '{}' ; -print
crontab: https://crontab.guru/examples.html
template:
#MERGE GIT
- [git remote set-url origin uri]
- git clone uri [git pull]
- [code]
- git branch -a
- git checkout main
- git pull (pull ko dc thi git reset --hard xong r git pull -> mat kho du lieu)
- git checkout PhuTrieu
- git merge main (keo nhung cai moi vao trong bai cua minh)
- git status
- git add .
- git commit -m "PhuTrieu Upl code sync P2"
- git push -u origin PhuTrieu
- [git remote set-url origin uri]
- git pull
- git branch -a
- git diff origin/tenBranch
- git merge origin/tenBranch,
- [sync file async]
- [code]
- git add .
- find . -depth -name '.DS_Store' -exec git rm --cached '{}' ; -print
- git commit -m "commit"
- git push
"bcrypt": Mã hoá,
"body-parser": Send Data: Client <=> Server,
"cors": Không cần phân biệt http vs https,
"dotenv": Sử dụng đc file .env,
"nodemon": Run server liên tục,
"express": "^4.17.1",
"mysql": "^2.18.1",
lấy toàn bộ code của P không lấy của tỉ: git merge <nhánh muốn gộp> -s recursive -X theirs một cái là lấy của tỉ không lấy của P: git merge <nhánh muốn gộp> -s ours