Github + VS

#

1 = Bring main changes to local
git fetch origin main
git merge origin/main
git checkout main
git merge local
git push
:wq

2 = Deploy
php console app:deploy

3 = Go again to local
git checkout local

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.