maandag 3 december 2018

git uncommitted to new branch


$ git stash

$ git stash branch 'branchname' stash@{0}

1 opmerking:

  1. git branch -d 'branchname' is delete local branch if the new one exists...

    BeantwoordenVerwijderen