-
ktree@DESKTOP-KUQC42K MINGW64 /d/airbnb_django
$ code .
ktree@DESKTOP-KUQC42K MINGW64 /d/airbnb_django
$ git init
Initialized empty Git repository in D:/airbnb_django/.git/
ktree@DESKTOP-KUQC42K MINGW64 /d/airbnb_django (master)
$git site에서 repository 만들고,바탕화면 폴더만들고 / open folder 하고git initgit commit -m "new"git push -u origin maingit remote add origin https://github.com/nature1339/emotiondiary02.gitit checkout -b "01mac"npx create-react-app .git initgit statusgit remote add origin https://github.com/nature1339/javascript.gitgit checkout -b “main”npx create-react-app .
→git add .git commit -m “ “git push -u origin mainnpm install'파이썬_장고' 카테고리의 다른 글
django run (1) 2024.11.28 python inheritence (phython의 class의 constructor( init 객체지향(object oriented player)) (0) 2024.11.26 장고 = 버블 (0) 2024.11.22