git stashを使う
ひとまず今の作業をどっかにやっておきたいときに使えるgitコマンド。
作業内容をとりあえずどっかにやる
git stash
git stash
コミットされていない内容がこれでどこかにやられるので、pullしてもconflictしなくなる。
pullした内容にどっかにやっていた作業内容を戻す
git stash pop
git stash pop
作業内容がpullしてきた内容と被っていたらconflictするので、conflictを解決する。
注意点
このとき、mineがpullしたほうで、theirsがpopの内容になることに気をつける。
Author And Source
この問題について(git stashを使う), 我々は、より多くの情報をここで見つけました https://qiita.com/shosho/items/410437c642d304bdebf1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .