Git Komutları
Git Kurulumu
git config --global user.name [name]
“Kulanıcı adı belirleme”
git config --global user.email [email]
“Mail adresi belirleme”
GitHub’a Projeyi Yüklemek İçin;
git init
“Yerelde git reposu oluşturma”
git add .
“Takip edilecek tüm dosyaları ekleme”
git commit -m '[message]'
“Yorum ekleme”
git remote add [url]
“GitHub reposunun adresini ekleme”
git push -u origin master
“Dosyaları GitHub’a gönderme”
GitHub’a Yüklenmiş Proje için;
git add .
“Değişiklik yapılan tüm dosyaları ekleme”
git commit -m '[message]'
“Yorum ekleme”
git push
“Dosyaları GitHub’a gönderme”
Diğer Komutlar
git status
“Repo’nun o an ki durumunu gösterme”
git ls-files
“Repodaki dosyaları listeleme”
git pull
“Remote repo’da ki dosyaları çekme”
git clone
“Remote projeyi yerele kopyalamak için”
NPM Komutları
npx create-react-app [app-name]
npm i react-router
npm i react-router-dom
npm i redux
npm i react-redux
npm i redux-promise-middleware
npm i @redux-devtools/extension
npm i bootstrap
npm i react-bootstrap
npm i @mui/material
npm i @emotion/react
npm i @emotion/styled
npm i @mui/icons-material
npm i semantic-ui-react
npm i semantic-ui-css