Can i update my current git clone of funkin without having to git clone again? #3675
Answered
by
NotHyper-474
Stompyyyy
asked this question in
Compiling help
-
So the first step to compiling is to git clone right? Can i update (for example) the 0.5.0 git cloned folder into the 0.5.2 one without doing the git clone again? |
Beta Was this translation helpful? Give feedback.
Answered by
NotHyper-474
Oct 12, 2024
Replies: 1 comment 2 replies
-
Then do |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Stompyyyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do agit fetch
then agit pull
Or maybe just aJust apull
, I forgot how git worksgit pull
is enoughThen do
git submodule update
to make sure it updates the assets as well