Git - Collaboration Workflows
You execute the following commands on your feature branch:
What is the effect of these commands?
git add app.js git commit -m 'Add new feature' git push origin feature-branch
What is the effect of these commands?
