Changes between Version 27 and Version 28 of CollaborateOnGithub


Ignore:
Timestamp:
Oct 8, 2009, 5:34:13 PM (15 years ago)
Author:
mrts
Comment:

Make switching to relevant branches explicit

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v27 v28  
    159159You can reset `master` to a one-to-one copy of `upstream` as follows:
    160160{{{
     161git checkout master
    161162git reset --hard upstream/master
    162163git push --force
     
    164165
    165166==== On a branch ====
     167
     168Switch to the branch
     169{{{
     170git checkout ticket1234
     171}}}
    166172
    167173You can manually remove or glue commits together with
Back to Top