Moshiñ bhai kia aesa b huta ha k hmm folder push karain or phr oss ek repo me koi 3 commands last ki chala k apna project push karain kia wo method b sahi huga or kia phr oss project ko veecel par live b kar sakty ha plzz ans me
may nay nextjs ek repo create key or may chah tah hoon meri jitney bhi nextjs project hoon wo same repo may add kar na chahta repo name nextjs-by-sadiq how can i do this please help me
To add multiple Next.js projects to the same repository ("nextjs-by-sadiq"), you can organize them as separate folders within the repo. Here’s how: Clone the Repository (if you haven’t already): bash Copy code git clone cd nextjs-by-sadiq Organize Projects as Folders: Create a folder for each project inside this repo. For example: bash Copy code mkdir project1 mkdir project2 Copy Project Files: Copy each Next.js project into its respective folder: bash Copy code cp -r /path/to/your/nextjs-project1/* ./project1 cp -r /path/to/your/nextjs-project2/* ./project2 Set Up Separate package.json for Each Project: Inside each project folder, ensure each project has its own package.json, node_modules, and .next folder to keep dependencies and builds isolated. Commit and Push Changes: Add, commit, and push the changes to your GitHub repository: bash Copy code git add . git commit -m "Add multiple Next.js projects" git push origin main
Thanks u soo much for making this video...
Thank yr itny din sy pareshan thy
Thank u Soo much 🙂😊
Thanks Mohsin Bhai Soo informative vedio and thanks alot for helping me for code push😂
Thank you
You're welcome
Jazzak Allah ❤
❤❤❤
Great👍
thank you
THANKS BROTHER MASLA HALL HO GAYA
Moshiñ bhai kia aesa b huta ha k hmm folder push karain or phr oss ek repo me koi 3 commands last ki chala k apna project push karain kia wo method b sahi huga or kia phr oss project ko veecel par live b kar sakty ha plzz ans me
Repo ki comand hain woh bhi run kar raha ho us mai bhi eroor a raha hain
03452615590 msg me here
Next.js ky lhen new repo bnani prhegi old wali me push nahi kr skhty?
@@ramishatariq3221 agr phly sy push ho to nh hogi ek folder ko ek bar push kr sakty hn
Awsum👌🏻
Git init karne p bolraha he git is not recognize as an internal or external command plz iska solution bataen
Versel pe deploy nahi ho raha build error a rahe Han
@@magicalworld-pl8rd tarminal me npm run build krn
@@magicalworld-pl8rd chat.whatsapp.com/BaeLO7GqCJ97GBrpEwJj9f
Ager edit karns hai tu kiya kerey gsi
vedio bana rha hn
Koi kuch btata ha aur koi kuch
mai ny sahi nh batya kia bhai
may nay nextjs ek repo create key or may chah tah hoon meri jitney bhi nextjs project hoon wo same repo may add kar na chahta repo name nextjs-by-sadiq how can i do this please help me
To add multiple Next.js projects to the same repository ("nextjs-by-sadiq"), you can organize them as separate folders within the repo. Here’s how:
Clone the Repository (if you haven’t already):
bash
Copy code
git clone
cd nextjs-by-sadiq
Organize Projects as Folders:
Create a folder for each project inside this repo. For example:
bash
Copy code
mkdir project1
mkdir project2
Copy Project Files:
Copy each Next.js project into its respective folder:
bash
Copy code
cp -r /path/to/your/nextjs-project1/* ./project1
cp -r /path/to/your/nextjs-project2/* ./project2
Set Up Separate package.json for Each Project:
Inside each project folder, ensure each project has its own package.json, node_modules, and .next folder to keep dependencies and builds isolated.
Commit and Push Changes:
Add, commit, and push the changes to your GitHub repository:
bash
Copy code
git add .
git commit -m "Add multiple Next.js projects"
git push origin main