project_template icon indicating copy to clipboard operation
project_template copied to clipboard

Sample

Open Youssefma5 opened this issue 3 months ago • 0 comments

cd frontend

أنشئ مستودع جديد محلي

git init git add . git commit -m "Initial commit - frontend"

اربطه مع GitHub (بدل YOUR-USERNAME و REPO-NAME)

git branch -M main git remote add origin https://github.com/YOUR-USERNAME/myy-frontend.git git push -u origin main

Youssefma5 avatar Sep 10 '25 23:09 Youssefma5