-
Notifications
You must be signed in to change notification settings - Fork 0
Git conventions
Andrei Mladin edited this page Mar 20, 2014
·
4 revisions
- First ensure that the branch is up to date - (eq. pull)
- Synchronize workspace
- Verify your changes (by seeing the differences - diff)
- Select your resources you want to commit
- Specify the task name (and also the ID from GitHub) as description
- Commit and push
- Every commit will be reviewed
- Every commit has a comment like 'Review OK', 'Review - NOT OK', 'Review Updated (Commit ID)'
- If a review is NOT OK then you should make specific changes (required by comments) - after that reply at the end of commit with 'Review Updated (Commit ID)' - where Commit ID is the commit where you have commited the new changes