This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:git [2013/12/20 11:35] – clange | computing:git [2017/03/04 15:20] (current) – [CMSSW and github] iwn | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== CMSSW and github ====== | ====== CMSSW and github ====== | ||
| - | |||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[computing: | * [[computing: | ||
| Line 70: | Line 70: | ||
| and merge | and merge | ||
| - | git merge FETCH_HEAD | + | |
| + | | ||
| To preview what this would do you can try | To preview what this would do you can try | ||
| - | git log ..FETCH_HEAD | + | git log ..cms-edbr/ |
| - | git diff ...FETCH_HEAD | + | git diff ...cms-edbr/ |
| 5. Make local changes, add these files for a commit and commit | 5. Make local changes, add these files for a commit and commit | ||
| Line 89: | Line 90: | ||
| < | < | ||
| git push origin edbr_tautau | git push origin edbr_tautau | ||
| + | git push origin master #generally | ||
| </ | </ | ||