2017-01-19 6 views

答えて

0

これを試してみてください:

$ git branch backup   # backup the branch for safety    

# keep the remote changes 
$ git pull origin <branch> -s recursive -X theirs 

# keep the local changes 
$ git pull origin <branch> -s recursive -X ours 
関連する問題