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
Meri git init ki command Nahi chal rahi
git version check krn
@TechMohsin581 kese?
Very good Bhai
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
g bilkol
Great👍
thank you
Awsum👌🏻
Thank you
You're welcome
thanks bro kafi week se me drag and drop kr rha tha to error arha tha aaj hogaya apki wajha se
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
Thank yr itny din sy pareshan thy
Repo ki comand hain woh bhi run kar raha ho us mai bhi eroor a raha hain
03452615590 msg me here
Jazzak Allah ❤
❤❤❤
one pf the great video
haan😍
Thanks Mohsin Bhai but ik vercel deploy ki b bana de
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
Git init karne p bolraha he git is not recognize as an internal or external command plz iska solution bataen
git version check krn
me drag and drop krta tha jis ki wajha se kai week hogaye lakin mere error khtgam nhi horhe the
Bhot bhot bhot shukria mohsin bhai
❤❤
😇
Thanks u soo much for making this video...
THANKS BROTHER MASLA HALL HO GAYA
❤
Koi kuch btata ha aur koi kuch
mai ny sahi nh batya kia bhai
Thank u Soo much 🙂😊
Thanks Mohsin Bhai Soo informative vedio and thanks alot for helping me for code push😂
Horrible... why write a title in English and speak another language , thumbs down
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