Step by step life cycle and Commands

- First clone the data on local
- Next time onwards we just fetch the data from branch before making any changes to make sure we have latest data
- if there are any conflicts we accept or reject the difference accordingly
- Then after adding some scripts to it or reject the conflicts(approve recent changes), we push changes to stage
- once all changes are staged we commit by adding description
- once committed we push the code committed to bitbucket branch
- once pushed, go to bitbucket repo branch and create Pull request to merge it to develop branch
- once pull request is approved, we merge the changes to develop branch






Comments