François Massonnet 3b02b021a8 Added two 2 yıl önce
..
README.md 9ace9ae840 Last improvements on exercises 2 yıl önce
first.txt 3b02b021a8 Added two 2 yıl önce
linux_create.sh 9ace9ae840 Last improvements on exercises 2 yıl önce
win_create.bat 9ace9ae840 Last improvements on exercises 2 yıl önce

README.md

You just ran a git fetch and realize someone has modified the exact file at the exact line that you just worked on.

You want the current state of your working directory to be saved.

Conflict seems inevitable.

  • create a commit with the new version of first.txt
  • use git pull to merge origin/master into your master
  • resolve the conflict in first.txt
  • commit