Skip to content

2. Adding new folder to Repository

Mownica_webdev edited this page Nov 7, 2024 · 1 revision

Adding second folder to Existing Repository

  • PS D:\React_code\Ecommerce-App> git add backend
  • PS D:\React_code\Ecommerce-App> git commit -m "backend code"
  • PS D:\React_code\Ecommerce-App> git branch -M main
  • PS D:\React_code\Ecommerce-App> git push -u origin main

Clone this wiki locally