gitで作業する途中で、branchをswitchしたいときは
git stash save
git checkout <other-branch>
git checkout <working-branch>
git stash pop
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
gitで作業する途中で、branchをswitchしたいときは
git stash save
git checkout <other-branch>
git checkout <working-branch>
git stash pop
Register as a new user and use Qiita more conveniently
Go to list of users who liked