This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Git command for clean update? #332
Unanswered
Svardsten53
asked this question in
Q&A
Replies: 1 comment 2 replies
|
You will get the latest version of all files if you perform the following: |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What is the correct git command (or commands) to make a completely clean update? No merging of data, just downloading the latest version of all files.
I'm working on a package which are doing translations and link modifications and need to have new and clean files to work with after each update. I have tried 'git pull' and 'git fetch', but not all files are updated.
All reactions