[DiscordArchive] Yes, so what command should I be using to git pull?
[DiscordArchive] Yes, so what command should I be using to git pull?
Archived author: Rhyic • Posted: 2025-08-13T10:44:51.614000+00:00
Original source
no to the .git folder
Archived author: Mithria • Posted: 2025-08-13T10:44:52.795000+00:00
Original source
`dir -a` to show hidden files too
Archived author: Mithria • Posted: 2025-08-13T10:45:00.393000+00:00
Original source
anything that starts with a . is a hidden file
Archived author: Rhyic • Posted: 2025-08-13T10:45:21.647000+00:00
Original source
```. .. acore.json acore.sh apps AUTHORS bin build CMakeLists.txt conf crashes data deps doc docker-compose.yml env flake.lock flake.nix install.sh LICENSE modules PreLoad.cmake pull_request_template.md src var .vscode```
Archived author: Mithria • Posted: 2025-08-13T10:45:48.272000+00:00
Original source
yeah its missing all git related information it appears so it isnt recognized as a git repository
Archived author: Rhyic • Posted: 2025-08-13T10:46:19.344000+00:00
Original source
ah ok
Archived author: Tereneckla • Posted: 2025-08-13T10:46:27.160000+00:00
Original source
also missing .devcontainer and .github, so you deleted some more
Archived author: Rhyic • Posted: 2025-08-13T10:47:20.046000+00:00
Original source
ok, should I just rebuild it all? Fresh?
Archived author: Tereneckla • Posted: 2025-08-13T10:49:11.922000+00:00
Original source
```
git init
git remote add origin <playerbots url>
git pull
```
Archived author: Tereneckla • Posted: 2025-08-13T10:49:13.802000+00:00
Original source
should work