کار با Git
git clone https://github.com/user/repo.git
cd repo
git add .
git commit -m "update"
git push origin main
بعد از push، اگر GitHub به پروژه وصل باشد deploy خودکار trigger میشود.
فایل .gitignore را برای .env و vendor تنظیم کنید.
git clone https://github.com/user/repo.git
cd repo
git add .
git commit -m "update"
git push origin main
بعد از push، اگر GitHub به پروژه وصل باشد deploy خودکار trigger میشود.
فایل .gitignore را برای .env و vendor تنظیم کنید.