Git Commit Current Changes To Existing Branch

[Solved] Git Commit Current Changes To Existing Branch | Shell - Code Explorer | yomemimo.com
Question : git commit current changes to existing branch

Answered by : fine-falcon-j89ckvc2i5vx

git stash
git checkout other-branch
git stash pop

Source : https://stackoverflow.com/questions/2944469/how-to-commit-my-current-changes-to-a-different-branch-in-git | Last Update : Fri, 06 Mar 20

Answers related to git commit current changes to existing branch

Code Explorer Popular Question For Shell