This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:git [2013/12/18 15:46] – [Private copy of a repository and pull requests] 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 45: | Line 45: | ||
| echo "Your github username has been set to \" | echo "Your github username has been set to \" | ||
| git clone git@github.com: | git clone git@github.com: | ||
| + | cd ExoDiBosonResonances | ||
| </ | </ | ||
| Line 69: | 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 88: | Line 90: | ||
| < | < | ||
| git push origin edbr_tautau | git push origin edbr_tautau | ||
| + | git push origin master #generally | ||
| </ | </ | ||