Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
staging [2009/11/22 05:40]
mdc
staging [2009/11/22 20:23]
mdc
Line 215: Line 215:
     $ git am < new_feature_v2.patch     $ git am < new_feature_v2.patch
     $ git push staging sponsor_name-task_number-feature_branch_name_v2     $ git push staging sponsor_name-task_number-feature_branch_name_v2
- 
 ==== Some useful git commands for staging maintainers ==== ==== Some useful git commands for staging maintainers ====
  
Line 222: Line 221:
     $ git branch -r -v     $ git branch -r -v
     $ git log staging/​branch_name     $ git log staging/​branch_name
 +
 +=== Show commits in staging branch not in main branch ===
 +
 +    $ git cherry -v HEAD staging/​branch_name
  
 === Prune remote branches from local repository === === Prune remote branches from local repository ===

QR Code
QR Code staging (generated for current page)