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:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions