Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
staging [2009/11/22 20:23] mdc |
staging [2009/11/22 20:25] mdc |
||
---|---|---|---|
Line 218: | Line 218: | ||
=== Ways to view the staging repository === | === Ways to view the staging repository === | ||
+ | |||
+ | == View compact listing of remote branches == | ||
$ git branch -r -v | $ git branch -r -v | ||
+ | |||
+ | == Look at staging branch commits == | ||
+ | |||
$ git log staging/branch_name | $ git log staging/branch_name | ||
- | === Show commits in staging branch not in main branch === | + | == Show commits in staging branch not in main branch == |
$ git cherry -v HEAD staging/branch_name | $ git cherry -v HEAD staging/branch_name |