This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tech2018:dev_push_changes [2018/05/30 16:29] Gianluca Pelliccioli |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Make your changes and push to bitbucket ====== | ||
- | |||
- | ==== Make your changes to the code using Eclipse ===== | ||
- | |||
- | |||
- | Please use Eclipse to make your changes to your local solution. | ||
- | |||
- | ==== Review yuour changes ==== | ||
- | |||
- | < | ||
- | git status | ||
- | </ | ||
- | ==== Commit changes ==== | ||
- | |||
- | |||
- | < | ||
- | git add . | ||
- | git commit -m " | ||
- | git push origin development | ||
- | </ | ||
- | |||
- | |||
- | |||
- | |||
- | [[tech2018: |