π¨CI/CD
git checkout -b YOUR_NAMEgit add .
git commit -m "YOUR TASK"
git push origin YOUR_NAMEgit checkout main
git merge YOUR_NAMELast updated
git checkout -b YOUR_NAMEgit add .
git commit -m "YOUR TASK"
git push origin YOUR_NAMEgit checkout main
git merge YOUR_NAMELast updated