I have two repo, namely repo A and repo B. Repo A takes in repo B's function output (a variable) to run. Repo B is imported into Repo A as a package for it to run every time Repo A is called.
I have made changes to repo B and has successfully merged it in GitHub. However, when I try to make a test-run on repo A, the changes have not been registered/ refreshed.
Is there a way to force the local repo A to refresh, and take in new repo changes from repo B, so that I can make a test-run?