Skip to content

jinadrian99/native_be_temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find . -depth -name '.DS_Store' -exec git rm --cached '{}' ; -print

#MERGE GIT

remote origin branch:

  • [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

main branch:

  • [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

Công dụng

"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",

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published