Bei einem git pull kommt erhält man die Meldung "...cannot merge"
$ git pull ... ... file your_file.rb not up to date, cannot merge.
Eine Möglichkeit zur Lösung:
$ git stash $ git pull $ git stash pop
Bei einem git pull kommt erhält man die Meldung "...cannot merge"
$ git pull ... ... file your_file.rb not up to date, cannot merge.
Eine Möglichkeit zur Lösung:
$ git stash $ git pull $ git stash pop