Changes between Version 4 and Version 5 of github


Ignore:
Timestamp:
11/13/12 16:16:24 (11 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • github

    v4 v5  
    4444git merge upstream/jellybean
    4545}}}
     46
     47=== Update the fork from the local merge ===
     48Syntax is:
     49{{{
     50git push {remote} {localbranch}:{remotebranch}
     51}}}
     52which is in my case
     53{{{
     54git push origin jb:jellybean
     55}}}