François Massonnet 3b02b021a8 Added two | 2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago | |
first.txt | 2 years ago | |
linux_create.sh | 2 years ago | |
win_create.bat | 2 years ago |
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.
git pull
to merge origin/master into your master