[DiscordArchive] Hello guys, i just lost my .git trinitycore when i applied " git pull origin 3.3.5 " i got " fatal:
[DiscordArchive] Hello guys, i just lost my .git trinitycore when i applied " git pull origin 3.3.5 " i got " fatal:
Archived author: Dilatchi • Posted: 2020-01-30T14:36:36.131000+00:00
Original source
Hello guys, i just lost my .git trinitycore when i applied " git pull origin 3.3.5 " i got " fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
Any help?
Archived author: MaxtorCoder • Posted: 2020-01-30T14:37:50.994000+00:00
Original source
`git remote add origin https://github.com/TrinityCore/TrinityCore.git` <@652895774312497184>
Archived author: Dilatchi • Posted: 2020-01-30T14:39:47.693000+00:00
Original source
<@!376821416105869315> Thanks bro, when now i applied the update i got " error: Your local changes to the following files would be overwritten by merge:
src/server/game/Movement/PathGenerator.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
Please commit your changes or stash them before you merge. "
Archived author: Dilatchi • Posted: 2020-01-30T14:40:25.249000+00:00
Original source
I just try to fix Svala oops
Archived author: MaxtorCoder • Posted: 2020-01-30T14:40:53.275000+00:00
Original source
`git stash`
Archived author: MaxtorCoder • Posted: 2020-01-30T14:41:04.667000+00:00
Original source
Or commit and then pull rebase
Archived author: Jinnai • Posted: 2020-01-30T14:41:47.032000+00:00
Original source
you seem to be unfamiliar with git - i can recommend to read the following :
https://git-scm.com/book/en/v2
Archived author: Dilatchi • Posted: 2020-01-30T14:42:56.288000+00:00
Original source
You are the best, I have been struggling for a while on Noth and Svala which explains that I made some mistakes