Changes between Version 74 and Version 75 of WorkingWithGit


Ignore:
Timestamp:
Jan 31, 2017, 6:43:13 PM (7 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

When merging back into master with git merge --ff-only, you should grab the diff between origin/master and master, espeically since that's what's going to be pushed

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGit

    v74 v75  
    183183
    184184{{{
    185 git log origin/master..foobar
     185git log origin/master..master
    186186}}}
    187187