Skip to content
Andrei Mladin edited this page Mar 20, 2014 · 4 revisions

How to commit some sources

  • 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

Reviews in GitHub

  • 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

Clone this wiki locally