├── ...
├── assets # Store all static files here
│ ├── css
| | ├──scss # All Sacc Files Here
│ ├── js # Create JavaScript Here
│ └── images # All Images Here
├── public
└── ...
git pull main-origin main
- Fork this repo first
- type
git clone https://github.com/<USERNAME-HERE>/twitter-clone.git
-
type
cd twitter-clone/
-
npm install
- type
git status
to see your change
- type
git add .
to confirm your all change
- type
git commit -m "<TYPE-YOUR-MESSAGE-HERE>"
- type
git push origin main
to upload your change to repo
- open your GitHub account
- go to your repos and open twitter-clone repo
- create new pull request
git remote add main-origin https://github.com/islam-kamel/twitter-clone.git
git pull main-origin main