wrong branch? git: move changes to the right branch on December 19, 2016 Get link Facebook X Pinterest Email Other Apps Working on the wrong branch ? (e.g. master) do: git stash git checkout rightbranch git stash apply Comments
Comments