Barriat 7faf334449 README - From GitHub to Gogs | il y a 7 ans | |
---|---|---|
.. | ||
README.md | il y a 7 ans | |
create.sh | il y a 7 ans |
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