-
Notifications
You must be signed in to change notification settings - Fork 7
Sparkle Salesforce DX Team Development Instructions
Rodrigo Reboucas edited this page Jun 20, 2017
·
1 revision
1. How to Clone the existing sparkle-dx code repo to your local environment:
https://youtu.be/HVsySz-h9r4?t=15m34s
2. How to create a git branch for the new Issue/Task that you will be working on: https://youtu.be/HVsySz-h9r4?t=21m26s
To create a branch git branch branchName
To start working from the branch git checkout branchName
To push a branch to Remote git push -u origin branchName
To see all of our branches git branch -a
3. To merge a branch with master (Submit Pull Request on Github for team review): https://youtu.be/HVsySz-h9r4?t=25m33s
4. To delete a branch after merging with master https://youtu.be/HVsySz-h9r4?t=26m22s