Changes between Version 36 and Version 37 of HowToGit


Ignore:
Timestamp:
May 23, 2019, 3:09:47 AM (5 years ago)
Author:
pmav99
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v36 v37  
    125125git rebase upstream/master
    126126# apply your local changes on top
    127 git stash pop
     127git stash apply && git stash pop
    128128}}}
    129129